Skip to content

Commit

Permalink
Flipped organization and project...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Apr 22, 2024
1 parent 5edd975 commit f70bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
run: |
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
export BUILD=`git rev-parse HEAD | cut -c 1-8`
npx @appdistrib/cli -p pcsx-redux -o linux-x64 -m AppDir/usr/share/pcsx-redux/resources/version.json upload *.AppImage
npx @appdistrib/cli -o pcsx-redux -p 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 f70bfe0

Please sign in to comment.