Skip to content

Commit 408c0cf

Browse files
committed
Updating AppDistrib token & project.
1 parent 7b89d99 commit 408c0cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
- name: Deploy
5757
if: github.event_name == 'push'
5858
env:
59-
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_LINUX_X64 }}
59+
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_DEV_LINUX_X64 }}
6060
APPDISTRIB_ORGANIZATION: pcsx-redux
61-
APPDISTRIB_PROJECT: linux-x64
61+
APPDISTRIB_PROJECT: dev-linux-x64
6262
APPCENTER_ACCESS_TOKEN: ${{ secrets.LINUX_APPCENTER_ACCESS_TOKEN }}
6363
run: |
6464
git config --global --add safe.directory /__w/pcsx-redux/pcsx-redux

.github/workflows/macos-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ jobs:
143143
name: Version
144144
- name: Distribute app
145145
env:
146-
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_MACOS_X64 }}
146+
APPDISTRIB_TOKEN: ${{ secrets.APPDISTRIB_DEV_MACOS_X64 }}
147147
APPDISTRIB_ORGANIZATION: pcsx-redux
148-
APPDISTRIB_PROJECT: macos-x64
148+
APPDISTRIB_PROJECT: dev-macos-x64
149149
APPCENTER_ACCESS_TOKEN: ${{ secrets.MACOS_APPCENTER_ACCESS_TOKEN }}
150150
run: |
151151
npx @appdistrib/cli -m version.json upload PCSX-Redux-$BUILD-Intel.dmg

0 commit comments

Comments
 (0)