diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-24 00:06:56 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:50 +0200 |
| commit | 6beda1db6987bbce95b87e44f589d66391513935 (patch) | |
| tree | 2b83968aaf4d49125884bf631a7ba1a73334d738 /.github/workflows | |
| parent | bad 7zip path (diff) | |
| download | zen-6beda1db6987bbce95b87e44f589d66391513935.tar.xz zen-6beda1db6987bbce95b87e44f589d66391513935.zip | |
7z path
Diffstat (limited to '.github/workflows')
| -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 |