Skip to content

Commit

Permalink
build: prepare first release
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Sep 16, 2024
1 parent 3e7bd26 commit 29552ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
APPLEID_USERNAME: ${{ secrets.appleid_username }}
APPLEID_PASSWORD: ${{ secrets.appleid_password }}
APPLEID_TEAM_ID: ${{ secrets.appleid_teamid }}
CSC_LINK: ${{ secrets.mac_certs }}
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
CSC_LINK: ${{ secrets.csc_link }}
CSC_KEY_PASSWORD: ${{ secrets.csc_key_password }}
GH_TOKEN: ${{ secrets.github_token }}
NOTARIZE: true
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 29552ed

Please sign in to comment.