restore unsigned build

This commit is contained in:
Eugene
2026-05-04 17:39:54 +02:00
parent 5aa2ea9294
commit 3ab66eedca
+6
View File
@@ -401,6 +401,12 @@ jobs:
env:
ARCH: ${{matrix.arch}}
- name: Build packages without signing
run: node scripts/build-windows.mjs
if: "! (github.event_name == 'push' && (startsWith(github.ref, 'refs/tags')))"
env:
ARCH: ${{matrix.arch}}
- name: Build and sign packages
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
shell: powershell