File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ jobs:
529
529
NOTARY_USER : ${{ vars.NOTARY_USER }}
530
530
NOTARY_KEY : ${{ vars.NOTARY_KEY }}
531
531
run : |
532
- /usr/bin/codesign --force --timestamp --options runtime --entitlements ${{ runner.workspace }}/hdf5_plugins/${{ steps.set-file-base.outputs.SOURCE_BASE }}/config/cmake/distribution.entitlements --verbose=4 --strict --sign ${{ env.SIGNER }} --deep ${{ runner.workspace }}/hdf4 /build/${{ inputs.preset_name }}-macos-Clang/*.dmg
532
+ /usr/bin/codesign --force --timestamp --options runtime --entitlements ${{ runner.workspace }}/hdf5_plugins/${{ steps.set-file-base.outputs.SOURCE_BASE }}/config/cmake/distribution.entitlements --verbose=4 --strict --sign ${{ env.SIGNER }} --deep ${{ runner.workspace }}/hdf5_plugins /build/${{ inputs.preset_name }}-macos-Clang/*.dmg
533
533
if : ${{ needs.check-secret.outputs.sign-state == 'exists' }}
534
534
shell : bash
535
535
You can’t perform that action at this time.
0 commit comments