Skip to content

Commit

Permalink
Test resedit nodejs script
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Jun 17, 2024
1 parent ad5b910 commit 26b3450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
Invoke-WebRequest -Uri https://download.sysinternals.com/files/Sigcheck.zip -OutFile sigcheck.zip
Expand-Archive -Path sigcheck.zip -DestinationPath .
- name: Run Sigcheck
run: .\sigcheck.exe -a ./percy.exe
run: .\sigcheck.exe -accepteula -a ./percy.exe
# - name: Sign binary
# uses: lando/code-sign-action@v2
# with:
Expand Down

0 comments on commit 26b3450

Please sign in to comment.