diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-24 00:19:00 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:50 +0200 |
| commit | 954a1be4fe2e0ab872f04954bd747ae043e4363a (patch) | |
| tree | b0cc946e4f738f280338d5f6aac5b41fd3397d46 /.github/workflows | |
| parent | skip windows until we can run 7z (diff) | |
| download | zen-954a1be4fe2e0ab872f04954bd747ae043e4363a.tar.xz zen-954a1be4fe2e0ab872f04954bd747ae043e4363a.zip | |
fix path to release artifacts upload
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 97fd87d1e..8baf3ff3a 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -131,4 +131,4 @@ jobs: ${{steps.read_changelog.outputs.contents}} draft: false prerelease: ${{steps.get-prerelease.outputs.value}} - files: "*.zip" + files: "zen/*.zip" |