Skip to content

Commit

Permalink
Updating AppDistrib token & project.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Apr 25, 2024
1 parent 7b89d99 commit 408c0cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- name: Deploy
if: github.event_name == 'push'
env:
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_LINUX_X64 }}
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_DEV_LINUX_X64 }}
APPDISTRIB_ORGANIZATION: pcsx-redux
APPDISTRIB_PROJECT: linux-x64
APPDISTRIB_PROJECT: dev-linux-x64
APPCENTER_ACCESS_TOKEN: ${{ secrets.LINUX_APPCENTER_ACCESS_TOKEN }}
run: |
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
name: Version
- name: Distribute app
env:
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_MACOS_X64 }}
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_DEV_MACOS_X64 }}
APPDISTRIB_ORGANIZATION: pcsx-redux
APPDISTRIB_PROJECT: macos-x64
APPDISTRIB_PROJECT: dev-macos-x64
APPCENTER_ACCESS_TOKEN: ${{ secrets.MACOS_APPCENTER_ACCESS_TOKEN }}
run: |
npx @appdistrib/cli -m version.json upload PCSX-Redux-$BUILD-Intel.dmg
Expand Down

0 comments on commit 408c0cf

Please sign in to comment.