Skip to content

Commit

Permalink
Fix missing release artifacts (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Oct 12, 2024
1 parent 4d5a865 commit 73e2ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
if: github.event_name == 'release'
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # 2.0.8
with:
files: out/
files: out/*.tgz

0 comments on commit 73e2ec2

Please sign in to comment.