Skip to content

Commit

Permalink
Testing compress
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed May 17, 2024
1 parent 7c47c68 commit 702ea36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: win-exe
# - run: |
# echo ${{ secrets.WINDOWS_CERT }} | base64.exe -d > CodeSigning.p12
# signtool.exe sign /fd SHA256 /f CodeSigning.p12 /p "${{ secrets.WINDOWS_CERT_KEY }}" percy.exe
# powershell Compress-Archive -Path percy.exe -DestinationPath percy-win.zip
- name: Sign binary
uses: lando/code-sign-action@v2
with:
Expand All @@ -54,6 +50,8 @@ jobs:
certificate-password: ${{ secrets.WINDOWS_CERT_KEY }}
- name: Verify executable
run: ./percy.exe --version
- run: |
powershell Compress-Archive -Path percy.exe -DestinationPath percy-win.zip
# - name: Upload assets
# uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee
# with:
Expand Down

0 comments on commit 702ea36

Please sign in to comment.