Skip to content

Commit

Permalink
fix(ci): add pulsar-install.sh for normal releases
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Nov 16, 2024
1 parent bd43bc2 commit dc0e33b
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 dc0e33b

Please sign in to comment.