From 54af9922223e9793261dcf1759184ca97f850fd2 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Tue, 19 Oct 2021 10:41:48 +0800 Subject: [PATCH] fix(CI): fix spell error Signed-off-by: zhanghongtong --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a3996f0..a38bd19 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: EMQ X UI ${{ github.ref }} Released + release_name: Emqtt Bench ${{ github.ref }} Released + body: Emqtt Bench ${{ github.ref }} Released draft: false prerelease: false @@ -60,7 +61,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ needs.releases.outputs.upload_url }} + upload_url: ${{ needs.release.outputs.upload_url }} asset_path: ./emqtt-bench-${{ needs.release.outputs.tag }}-${{ matrix.os }}-amd64.tar.gz - name: Configure AWS Credentials if: startsWith(github.ref, 'refs/tags/')