Skip to content

Commit

Permalink
ci: quote
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 15, 2024
1 parent 720dd5d commit 3b62889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: indygreg/apple-code-sign-action@v1
with:
p12_file: cert.p12
p12_password: ${{ secrets.APPLE_DIST_CERT_P12_PASSWORD }}
p12_password: '${{ secrets.APPLE_DIST_CERT_P12_PASSWORD }}'
sign: true
sign_args: |
--code-signature-flags runtime
Expand Down

0 comments on commit 3b62889

Please sign in to comment.