diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index ec0261fdf..91aced35f 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -15,6 +15,11 @@ jobs: VCPKG_VERSION: 2022.03.10 steps: + - name: Update path for 7zip + run: | + echo "C:\Program Files\7-Zip" >> $GITHUB_PATH + 7z + - uses: actions/checkout@v2 - name: Setup xmake @@ -37,10 +42,6 @@ jobs: ${{ github.workspace }}\.vcpkg\installed key: ${{ runner.os }}-release-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-x64-v5 - - name: Update path for 7zip - run: | - echo "C:\'Program Files'\7-Zip" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - - name: Bundle run: | xmake bundle -v -y |