Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Dec 29, 2023
1 parent 7c42c9a commit 20a419b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
with:
# You will need to dynamically construct the artifacts string based on the outputs of the build job
artifacts: "zvm-x86_64-macos-tar/zvm-x86_64-macos.tar.gz,zvm-x86_64-linux-tar/zvm-x86_64-linux.tar.gz"
artifactErrorsFailBuild: true
generateReleaseNotes: true
tag: ${{ github.ref }}
name: ${{ github.ref_name }}
draft: false
Expand Down

0 comments on commit 20a419b

Please sign in to comment.