Skip to content

Commit dc04d49

Browse files
committed
<actions> Only check signatures if signBundle is set on macOS
1 parent 4e7d97f commit dc04d49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ jobs:
259259
uses: ./.github/actions/package-macos
260260

261261
- name: Check signature
262+
if: ${{ matrix.signBundle == 'ON' }}
262263
run: |
263264
mkdir -p ${{ runner.temp }}/pkg
264265
hdiutil attach -mountpoint ${{ runner.temp }}/pkg ${{ steps.package.outputs.file }}

0 commit comments

Comments
 (0)