From f14e4cbbc3628b30ae7bb34560b3245020a8c225 Mon Sep 17 00:00:00 2001 From: OnCloud Date: Tue, 23 Apr 2024 11:01:17 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=9A=80=20change=20release=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d19efd2..01186f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: run: | upx -f --best --lzma dist/cm-cli_linux_amd64_uncompressed -o dist/cm-cli_linux_amd64 - - name: Upload binary + - name: Upload artifact uses: actions/upload-artifact@master with: name: cm-cli @@ -63,7 +63,7 @@ jobs: permissions: write-all steps: - - name: Download binary + - name: Download artifact uses: actions/download-artifact@master with: name: cm-cli @@ -76,7 +76,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ needs.check.outputs.commit_message }} - release_name: Release ${{ needs.check.outputs.commit_message }} + release_name: 🎉 Release ${{ needs.check.outputs.commit_message }} body: | This release was automatically created by GitHub Actions.