aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-23 23:59:57 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 00:35:50 +0200
commit2e9a32cf80cdea53689d376f57309780cb9a83aa (patch)
treeab56869a1f7c6bb0a5db2c8e9862bd9771394f43 /.github/workflows
parentfix create-release dependency (diff)
downloadzen-2e9a32cf80cdea53689d376f57309780cb9a83aa.tar.xz
zen-2e9a32cf80cdea53689d376f57309780cb9a83aa.zip
bad 7zip path
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index c0ff18749..ec0261fdf 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -39,7 +39,7 @@ jobs:
- name: Update path for 7zip
run: |
- echo "C:\'Program Files'\7-Zip\7z.exe" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ echo "C:\'Program Files'\7-Zip" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Bundle
run: |