From 9049c5fd83eb0d010f20bdab392351ac43c49e04 Mon Sep 17 00:00:00 2001 From: Jiahao Xiang Date: Sun, 26 May 2024 19:59:32 +0800 Subject: [PATCH] not fix the name --- .github/workflows/pack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index b5282c0..74d67ed 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -25,7 +25,7 @@ jobs: - name: Build application run: | - pyinstaller --onefile --name app-${{ github.event.release.tag_name }} app.py + pyinstaller --onefile app.py - name: Create Release id: create_release