This commit is contained in:
Ani 2019-10-14 14:26:13 +01:00 committed by GitHub
parent f8153fca58
commit 85b8583208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
# Package it up and send it off # Package it up and send it off
./squashfs-root/usr/bin/appimagetool /rpcs3/build/appdir ./squashfs-root/usr/bin/appimagetool /rpcs3/build/appdir
ls 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)" COMM_COUNT="$(git rev-list --count HEAD)"
curl -sLO https://github.com/hcorion/uploadtool/raw/master/upload.sh curl -sLO https://github.com/hcorion/uploadtool/raw/master/upload.sh