Skip to content

Commit

Permalink
Fix quote
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 17, 2024
1 parent a2ec5f0 commit e12e64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
store-credentials "notarytool-profile" \
--apple-id ${{ secrets.MAC_NOTARIZATION_APPLE_ID }} \
--team-id ${{ secrets.MAC_NOTARIZATION_TEAM_ID }} \
--password ${{ secrets.MAC_NOTARIZATION_PASS }}"
--password ${{ secrets.MAC_NOTARIZATION_PASS }}
- name: Build with Ant
run: >
Expand Down

0 comments on commit e12e64a

Please sign in to comment.