瀏覽代碼

[chore](release) update release workflow of windows building config

AkiraBit 2 月之前
父節點
當前提交
3ceefd741c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/release.yml

+ 0 - 2
.github/workflows/release.yml

@@ -94,7 +94,6 @@ jobs:
         with:
           script: |
             const arch = '${{ matrix.config.arch }}';
-            const { exec } = require('@actions/exec');
 
             console.log(`[Sidecar] Detected architecture: ${arch}`);
             let npmArgs = ['install'];
@@ -223,7 +222,6 @@ jobs:
         uses: actions/github-script@v7
         with:
           script: |
-            const { exec } = require('@actions/exec');
             const arch = '${{ matrix.config.arch }}';
             const os = '${{ runner.os }}'.toLowerCase();
             let commandParts = [];