Skip to content

Commit f86f32f

Browse files
committed
signing tests
1 parent ac8759d commit f86f32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
sign_windows:
131131
name: Sign Windows Binaries
132-
if: ${{ needs.detect_release.outputs.is_release == 'true' }}
132+
#if: ${{ needs.detect_release.outputs.is_release == 'true' }}
133133
needs: [detect_release, build]
134134
uses: ./.github/workflows/sign-windows.yml
135135
secrets: inherit

0 commit comments

Comments
 (0)