From 4d0291ed71b0f3d9520f3d4d6a2055f6242c461a Mon Sep 17 00:00:00 2001 From: Ani Date: Mon, 14 Oct 2019 14:33:01 +0100 Subject: [PATCH] Hotfix for #6573 Fix path for rpcs3_version.cpp --- .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 d66d90d7d2..d74ccc91dd 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/rpcs3_version.cpp | awk -F[{,] '{printf "%d.%d.%d", $2, $3, $4}')" + COMM_TAG="$(grep 'version{.*}' ../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