Skip to content

Commit

Permalink
chore(ci): fix publish binary (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Dec 26, 2023
1 parent 1f01866 commit 819b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish_binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
id: upload
shell: bash
run: |
aws s3 cp dist/${{ steps.name.outputs.file }} s3://repo/bendsql/${{ inputs.version }}/${{ steps.name.outputs.file }} --no-progress
aws s3 cp dist/${{ steps.package.outputs.file }} s3://repo/bendsql/${{ inputs.version }}/${{ steps.package.outputs.file }} --no-progress
gh api /repos/datafuselabs/bendsql/tags > tags.json
aws s3 cp ./tags.json s3://repo/bendsql/tags.json
gh api /repos/datafuselabs/bendsql/releases > releases.json
Expand Down

0 comments on commit 819b521

Please sign in to comment.