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 20a419b commit fb407ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: ncipollo/release-action@v1
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"
artifacts: "*.tar.gz"
artifactErrorsFailBuild: true
generateReleaseNotes: true
tag: ${{ github.ref }}
Expand Down

0 comments on commit fb407ef

Please sign in to comment.