Skip to content

Commit

Permalink
fix(ci): add pulsar.sh for normal releases
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Nov 15, 2024
1 parent bd43bc2 commit f931493
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 @@ -199,7 +199,7 @@ jobs:
name: ${{ env.REGISTRY_TAG }}
draft: true
tag: ${{ env.REGISTRY_TAG }}
artifacts: "/tmp/binaries/*"
artifacts: "/tmp/binaries/*,/tmp/pulsar-install.sh"
body: |
<hr>
Expand Down

0 comments on commit f931493

Please sign in to comment.