Skip to content

Commit 33e7086

Browse files
authored
Update build.yaml
1 parent 0bb7b20 commit 33e7086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
- name: Codesign (macOS)
149149
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
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
151151

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

0 commit comments

Comments
 (0)