diff --git a/.github/actions/publish_binary/action.yml b/.github/actions/publish_binary/action.yml index 8add9c184..d84ec19a5 100644 --- a/.github/actions/publish_binary/action.yml +++ b/.github/actions/publish_binary/action.yml @@ -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