diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 965832a..52916db 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -41,7 +41,7 @@ jobs: - name: Remove Previous Release uses: liudonghua123/delete-release-action@v1 with: - release_name: Windows Release [${{ github.ref_name }}] + release_name: ${{ github.ref_name }} env: GITHUB_TOKEN: ${{ github.token }}