Forgot to remove the dependency on the Authenticode sign step.
This commit is contained in:
Elliot Huffman 2022-07-12 08:12:47 -07:00 коммит произвёл GitHub
Родитель 138b2b9224
Коммит 52943f825f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/Build-Binaries.yml поставляемый
Просмотреть файл

@ -126,7 +126,7 @@ jobs:
Package-WindowsInstallers:
# This job can't procede if the EXE hasn't been generated or signed
needs: [Generate-Bins, Authenticode-Sign]
needs: [Generate-Bins]
# The type of runner that the job will run on
runs-on: windows-latest