aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-24 00:06:56 +0200
committerDan Engelbrecht <[email protected]>2022-05-24 00:06:56 +0200
commit0606b081c3f9b6e9071210e709b2fe7803cf0aa8 (patch)
treef93ce5b3bd00cf5f233fee8f10bf0bcd29d579b7
parentbad 7zip path (diff)
downloadzen-0.1.2-pre4.tar.xz
zen-0.1.2-pre4.zip
-rw-r--r--.github/workflows/create_release.yml9
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