Skip to content

Commit

Permalink
not fix the name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaoxiang2000 committed May 26, 2024
1 parent 9136848 commit 9049c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9049c5f

Please sign in to comment.