Skip to content

Commit

Permalink
ci: temporarily disable windows signing (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 committed May 10, 2024
1 parent b843e7f commit 0119c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
- name: sign installer
env:
PFX_BASE64: ${{ secrets.pfx_base64 }}
if: ${{ env.PFX_BASE64 }}
if: false # temporarily disable signing until #1104 is solved, then revert to ${{ env.PFX_BASE64 }}
run: |
cd ..\windows-build\
SignTool sign /fd SHA256 /f ${{ steps.setup_signing.outputs.filePath }} /p ${{ secrets.pfx_password }} /t http://timestamp.sectigo.com Seamly2D-installer.exe
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
- name: sign installer
env:
PFX_BASE64: ${{ secrets.pfx_base64 }}
if: ${{ env.PFX_BASE64 }}
if: false # temporarily disable signing until #1104 is solved, then revert to ${{ env.PFX_BASE64 }}
run: |
cd ..\windows-build\
SignTool sign /fd SHA256 /f ${{ steps.setup_signing.outputs.filePath }} /p ${{ secrets.pfx_password }} /t http://timestamp.sectigo.com Seamly2D-installer.exe
Expand Down

0 comments on commit 0119c03

Please sign in to comment.