Skip to content

Commit

Permalink
Remove exe signing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd committed Apr 4, 2024
1 parent 4d7b7f4 commit c7a6293
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
echo "5"
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
echo "6"
signtool sign /f c:\g\shark_02152023.cer /fd certHash /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
echo "7"
- name: Upload Release Assets
id: upload-release-assets
Expand Down

0 comments on commit c7a6293

Please sign in to comment.