Skip to content

Commit

Permalink
Actually use the macOS entitlements during code signing (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jul 12, 2022
1 parent 664ee86 commit 6000066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Codesign (macOS)
if: ${{ matrix.name == 'macOS' }}
run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --deep --strict --options=runtime --timestamp
run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --entitlements ${{ env.BUILD_DIR }}/${{ env.BINARY_NAME }}_artefacts/JuceLibraryCode/${{ env.BINARY_NAME }}.entitlements --deep --strict --options=runtime --timestamp

- name: "Notarize and staple (macOS)"
if: ${{ matrix.name == 'macOS' }}
Expand Down

0 comments on commit 6000066

Please sign in to comment.