Skip to content

Commit

Permalink
Add the debug exe to the nightly builder
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd authored May 2, 2024
1 parent 99b7eb0 commit 7793a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
pyinstaller .\apps\shark_studio\shark_studio.spec
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
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
pyinstaller .\apps\shark_studio\shark_studio_debug.spec
mv ./dist/nodai_shark_studio_debug.exe ./dist/nodai_shark_studio_debug_${{ env.package_version_ }}.exe
signtool sign /f c:\g\shark_02152023.cer /fd certHash /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/nodai_shark_studio_debug_${{ env.package_version_ }}.exe
- name: Upload Release Assets
id: upload-release-assets
Expand Down

0 comments on commit 7793a0c

Please sign in to comment.