Skip to content

Commit 76cfd15

Browse files
authored
Adding AppDistrib support.
1 parent a1c3c7e commit 76cfd15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ jobs:
5252
- name: Deploy
5353
if: github.event_name == 'push'
5454
env:
55+
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_LINUX_X64 }}
5556
APPCENTER_ACCESS_TOKEN: ${{ secrets.LINUX_APPCENTER_ACCESS_TOKEN }}
5657
run: |
5758
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
5859
export BUILD=`git rev-parse HEAD | cut -c 1-8`
5960
. /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
6062
zip PCSX-Redux-$BUILD-linux-x86_64.zip *.AppImage
6163
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

Comments
 (0)