Skip to content

Commit

Permalink
fix(CI): fix upload error
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghongtong <[email protected]>
  • Loading branch information
Rory-Z committed Oct 19, 2021
1 parent 54af992 commit 36f8d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./emqtt-bench-${{ needs.release.outputs.tag }}-${{ matrix.os }}-amd64.tar.gz
asset_name: emqtt-bench-${{ needs.release.outputs.tag }}-${{ matrix.os }}-amd64.tar.gz
asset_content_type: application/tar+gzip
- name: Configure AWS Credentials
if: startsWith(github.ref, 'refs/tags/')
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 36f8d7e

Please sign in to comment.