Fix Disabled Dependency
Forgot to remove the dependency on the Authenticode sign step.
This commit is contained in:
Родитель
138b2b9224
Коммит
52943f825f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче