Skip to content

Commit d4c79a7

Browse files
committed
fix codesign
1 parent 8072d9d commit d4c79a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ jobs:
312312

313313
- name: Codesign
314314
id: sign
315-
if: False
316-
# if: env.IF_CODESIGN == 'true'
315+
if: env.IF_CODESIGN == 'true'
317316
uses: signpath/github-action-submit-signing-request@v1
318317
with:
319318
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'

0 commit comments

Comments
 (0)