Skip to content

Commit 86426f1

Browse files
committed
removed password
1 parent 2d98d78 commit 86426f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ jobs:
377377
Write-Error "signtool.exe not found on the runner"
378378
exit 1
379379
}
380-
& $signtool.FullName sign /f cert.pfx /p $env:WINDOWS_PFX_PASSWORD /tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/eim.exe
380+
& $signtool.FullName sign /f cert.pfx /tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/eim.exe
381381
382382
- name: Codesign macOS Binary
383383
if: startsWith(matrix.os, 'macos')
@@ -491,7 +491,7 @@ jobs:
491491
Write-Error "signtool.exe not found on the runner"
492492
exit 1
493493
}
494-
& $signtool.FullName sign /f cert.pfx /p $env:WINDOWS_PFX_PASSWORD /tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/offline_installer_builder.exe
494+
& $signtool.FullName sign /f cert.pfx /tr http://timestamp.digicert.com /td sha256 /fd sha256 release_cli/${{ matrix.package_name }}/offline_installer_builder.exe
495495
496496
- name: Codesign macOS offline_installer_builder Binary
497497
if: startsWith(matrix.os, 'macos')
@@ -675,7 +675,7 @@ jobs:
675675
exit 1
676676
}
677677
678-
& $signtool.FullName sign /f cert.pfx /p $env:WINDOWS_PFX_PASSWORD /tr http://timestamp.digicert.com /td sha256 /fd sha256 .\src-tauri\target\release\eim.exe
678+
& $signtool.FullName sign /f cert.pfx /tr http://timestamp.digicert.com /td sha256 /fd sha256 .\src-tauri\target\release\eim.exe
679679
680680
- name: Handle Linux artifacts
681681
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)