From ab7a487e781363afcc4760c62a69edce84227adf Mon Sep 17 00:00:00 2001 From: hicccc77 <98377878+hicccc77@users.noreply.github.com> Date: Sat, 21 Mar 2026 16:31:09 +0800 Subject: [PATCH] fix: escape artifactName template vars in PowerShell for arm64 job --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 762ab87..3393677 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -163,7 +163,7 @@ jobs: WF_SIGN_PRIVATE_KEY: ${{ secrets.WF_SIGN_PRIVATE_KEY }} WF_SIGNING_REQUIRED: "1" run: | - npx electron-builder --win nsis --arm64 --publish always --config.artifactName="${productName}-${version}-arm64-Setup.${ext}" + npx electron-builder --win nsis --arm64 --publish always '--config.artifactName=${productName}-${version}-arm64-Setup.${ext}' update-release-notes: runs-on: ubuntu-latest