Skip to content

Commit

Permalink
Adding AppDistrib support.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Apr 22, 2024
1 parent a1c3c7e commit 76cfd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
- name: Deploy
if: github.event_name == 'push'
env:
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_LINUX_X64 }}
APPCENTER_ACCESS_TOKEN: ${{ secrets.LINUX_APPCENTER_ACCESS_TOKEN }}
run: |
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
export BUILD=`git rev-parse HEAD | cut -c 1-8`
. /usr/local/nvm/nvm.sh
npx @appdistrib/cli -p pcsx-redux -o linux-x64 -m AppDir/usr/share/pcsx-redux/resources/version.json upload *.AppImage
zip PCSX-Redux-$BUILD-linux-x86_64.zip *.AppImage
appcenter distribute release -b $BUILD -f PCSX-Redux-$BUILD-linux-x86_64.zip -g public -a grumpycoders/pcsx-redux-linux64 --disable-telemetry

0 comments on commit 76cfd15

Please sign in to comment.