Skip to content

Commit

Permalink
chore: upload zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender authored Jul 27, 2024
1 parent 1f3eaa1 commit ba2e28b
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 @@ -63,7 +63,7 @@ jobs:
- name: Create and Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "artifacts/*.tar.gz"
artifacts: "artifacts/*.tar.gz,artifacts/*.zip"
artifactErrorsFailBuild: true
generateReleaseNotes: true
tag: ${{ github.ref }}
Expand Down

0 comments on commit ba2e28b

Please sign in to comment.