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-05-23 23:59:57 +0200
commit82a57b2c91fd569ee7630a084af6e1474897d028 (patch)
tree8a9f393dca9f8734ca9289ffb9276ab7bd163032 /.github/workflows
parentfix create-release dependency (diff)
downloadzen-82a57b2c91fd569ee7630a084af6e1474897d028.tar.xz
zen-82a57b2c91fd569ee7630a084af6e1474897d028.zip
bad 7zip pathv0.1.2-pre3
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: |