Skip to content

Commit

Permalink
maybe this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 2, 2023
1 parent 4834f8d commit d1ad774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Build and Archive App
uses: sparkfabrik/[email protected]
with:
apple-key-id: ${{ secrets.APPLE_KEY_ID }}
apple-key-issuer-id: ${{ secrets.APPLE_KEY_ISSUER_ID }}
apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }}
apple-key-id: "${{ secrets.APPLE_KEY_ID }}"
apple-key-issuer-id: "${{ secrets.APPLE_KEY_ISSUER_ID }}"
apple-key-content: "${{ secrets.APPLE_KEY_CONTENT }}"
project-path: winston.xcodeproj
export-method: package
match-build-type: appstore
Expand Down

0 comments on commit d1ad774

Please sign in to comment.