Skip to content

Commit

Permalink
add if to view sign step
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Aug 25, 2024
1 parent 7c0d7d0 commit 7b09731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build/windows/app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
shell: powershell
run: cd $HOME ; gc .signingmanager\logs\smksp.log
- name: verify signing
if: ${{inputs.sign-and-publish == true}}
run:
signtool verify /v /pa out/ComfyUI-win32-x64/ComfyUI.exe
shell: cmd

0 comments on commit 7b09731

Please sign in to comment.