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 }}