From 85b8583208ee1c2e3906e06827527cb147b47a74 Mon Sep 17 00:00:00 2001 From: Ani Date: Mon, 14 Oct 2019 14:26:13 +0100 Subject: [PATCH] Hotfix for #6573 --- .travis/deploy-linux.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy-linux.bash b/.travis/deploy-linux.bash index bcc30d5468..d66d90d7d2 100644 --- a/.travis/deploy-linux.bash +++ b/.travis/deploy-linux.bash @@ -31,7 +31,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then # Package it up and send it off ./squashfs-root/usr/bin/appimagetool /rpcs3/build/appdir ls - COMM_TAG="$(grep 'version{.*}' rpcs3/rpcs3_version.cpp | awk -F[{,] '{printf \"%d.%d.%d\", $2, $3, $4}')" + COMM_TAG="$(grep 'version{.*}' rpcs3/rpcs3/rpcs3_version.cpp | awk -F[{,] '{printf "%d.%d.%d", $2, $3, $4}')" COMM_COUNT="$(git rev-list --count HEAD)" curl -sLO https://github.com/hcorion/uploadtool/raw/master/upload.sh