We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c3c7e commit 76cfd15Copy full SHA for 76cfd15
.github/workflows/linux-build.yml
@@ -52,10 +52,12 @@ jobs:
52
- name: Deploy
53
if: github.event_name == 'push'
54
env:
55
+ APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_LINUX_X64 }}
56
APPCENTER_ACCESS_TOKEN: ${{ secrets.LINUX_APPCENTER_ACCESS_TOKEN }}
57
run: |
58
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
59
export BUILD=`git rev-parse HEAD | cut -c 1-8`
60
. /usr/local/nvm/nvm.sh
61
+ npx @appdistrib/cli -p pcsx-redux -o linux-x64 -m AppDir/usr/share/pcsx-redux/resources/version.json upload *.AppImage
62
zip PCSX-Redux-$BUILD-linux-x86_64.zip *.AppImage
63
appcenter distribute release -b $BUILD -f PCSX-Redux-$BUILD-linux-x86_64.zip -g public -a grumpycoders/pcsx-redux-linux64 --disable-telemetry
0 commit comments