From db69eaa29074e53bdbb4dcba456019b747cd5323 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Wed, 4 Dec 2024 01:22:30 +0100 Subject: [PATCH] Update name again --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b144215..fa66f37 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: Windows Release ${{ github.ref_name }} env: GITHUB_TOKEN: ${{ github.token }}