Skip to content

Commit

Permalink
SigCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Jun 17, 2024
1 parent 4c45706 commit a92662f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
run: npm install resedit
- name: Update metadata
run: node ./scripts/win-metadata-update.js
# - name: Download Sigcheck
# run: |
# 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 -accepteula -a ./percy.exe
# - name: Sign binary
# uses: lando/code-sign-action@v2
# with:
Expand All @@ -72,7 +66,12 @@ jobs:
# certificate-password: ${{ secrets.WINDOWS_CERT_KEY }}
- name: Verify executable
run: ./percy.exe --version

- name: Download Sigcheck
run: |
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 -accepteula -a ./percy.exe
# - name: Upload win artifact
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit a92662f

Please sign in to comment.