From 792164edd11a024d058f3cdb068a46d31f3c2d5b Mon Sep 17 00:00:00 2001 From: DarkSky Date: Mon, 16 Feb 2026 12:23:26 +0800 Subject: [PATCH] fix: sign --- .github/workflows/windows-signer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-signer.yml b/.github/workflows/windows-signer.yml index e00aa4a1e..df6753a28 100644 --- a/.github/workflows/windows-signer.yml +++ b/.github/workflows/windows-signer.yml @@ -31,7 +31,7 @@ jobs: cd ${{ env.ARCHIVE_DIR }}/out signtool sign /tr http://timestamp.globalsign.com/tsa/r6advanced1 /td sha256 /fd sha256 /a ${{ inputs.files }} - name: collect signed file diff - shell: powershell + shell: powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -File {0} run: | $OutDir = Join-Path '${{ env.ARCHIVE_DIR }}' 'out' $DiffDir = Join-Path '${{ env.ARCHIVE_DIR }}' 'signed-diff'