Skip to content

Commit

Permalink
Comments out CodeSign step for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbartnik committed Jan 17, 2024
1 parent d58dfbf commit ded6a94
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ jobs:
shell: bash
run: mkdir release-desktop-windows-latest/signed-builds

- name: Sign build Windows exe
uses: sslcom/actions-codesigner@develop
with:
command: sign
username: ${{ secrets.SSL_USERNAME }}
password: ${{ secrets.SSL_PASSWORD }}
totp_secret: ${{ secrets.SSL_TOTP_SECRET }}
file_path: release-desktop-windows-latest/sentry-client-windows.exe
output_path: release-desktop-windows-latest/signed-builds
# - name: Sign build Windows exe
# uses: sslcom/actions-codesigner@develop
# with:
# command: sign
# username: ${{ secrets.SSL_USERNAME }}
# password: ${{ secrets.SSL_PASSWORD }}
# totp_secret: ${{ secrets.SSL_TOTP_SECRET }}
# file_path: release-desktop-windows-latest/sentry-client-windows.exe
# output_path: release-desktop-windows-latest/signed-builds

- name: Upload signed artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ded6a94

Please sign in to comment.