There was an error while loading. Please reload this page.
1 parent ac8759d commit f86f32fCopy full SHA for f86f32f
1 file changed
.github/workflows/build.yml
@@ -129,7 +129,7 @@ jobs:
129
130
sign_windows:
131
name: Sign Windows Binaries
132
- if: ${{ needs.detect_release.outputs.is_release == 'true' }}
+ #if: ${{ needs.detect_release.outputs.is_release == 'true' }}
133
needs: [detect_release, build]
134
uses: ./.github/workflows/sign-windows.yml
135
secrets: inherit
0 commit comments