Skip to content

Commit

Permalink
Add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Feb 24, 2024
1 parent a012ff0 commit a6a7be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: ./artifacts/**/*
artifacts: ./artifacts/**/marshaller-*
generateReleaseNotes: true
tag: ${{ steps.create_release.outputs.tag }}

0 comments on commit a6a7be1

Please sign in to comment.