diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b47c2fb..b144215 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: ${{ github.ref_name }} + release_name: Windows Release [${{ github.ref_name }}] env: GITHUB_TOKEN: ${{ github.token }}