We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb7b20 commit 33e7086Copy full SHA for 33e7086
1 file changed
.github/workflows/build.yaml
@@ -147,7 +147,7 @@ jobs:
147
148
- name: Codesign (macOS)
149
if: ${{ matrix.name == 'macOS' }}
150
- run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --entitlements ${{ GITHUB_WORKSPACE }}/Pluginval.entitlements --deep --strict --options=runtime --timestamp
+ run: codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --entitlements ${GITHUB_WORKSPACE}/Pluginval.entitlements --deep --strict --options=runtime --timestamp
151
152
- name: "Notarize and staple (macOS)"
153
0 commit comments