Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 16, 2024
1 parent e1821b6 commit 28208f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build/release
on: push

env:
APPLE_ID: ${{ secrets.APPLEID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}

Expand All @@ -23,7 +21,6 @@ jobs:
out/*.mac.zip.blockmap
out/latest-mac.yml
CSC_LINK: CSC_LINK_MAC
APPLE_TEAM_ID: TAC9P63ANZ

- platform: ubuntu
os: ubuntu-latest
Expand All @@ -41,6 +38,9 @@ jobs:

env:
CSC_LINK: ${{ secrets[matrix.CSC_LINK] }}
APPLE_TEAM_ID: ${{ matrix.platform == 'mac' && 'TAC9P63ANZ' || '' }}
APPLE_ID: ${{ secrets.APPLEID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 28208f9

Please sign in to comment.