From 36dd056df4889eae92dfc2df0f2de30eb1ddeaa3 Mon Sep 17 00:00:00 2001 From: deal Date: Sat, 26 Feb 2022 21:45:17 +0800 Subject: [PATCH] Update dist-ci.yml --- .github/workflows/dist-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist-ci.yml b/.github/workflows/dist-ci.yml index 60fd67e..77a8c20 100644 --- a/.github/workflows/dist-ci.yml +++ b/.github/workflows/dist-ci.yml @@ -105,7 +105,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.RELEASE_TAG_NAME }} - name: buildware-${{ env.RELEASE_TAG_NAME }} + name: ${{ env.RELEASE_TAG_NAME }} files: ${{ env.DIST_PACKAGE }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}