Skip to content

Commit

Permalink
Dont update
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Jun 17, 2024
1 parent 26b3450 commit b076dab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
node-version: 14
- name: Install resedit
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: 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 Down

0 comments on commit b076dab

Please sign in to comment.