Skip to content

Commit

Permalink
Merge pull request #258 from Guovin/dev
Browse files Browse the repository at this point in the history
chore:tkinter.spec path
  • Loading branch information
Guovin authored Aug 22, 2024
2 parents 9272b97 + 3f9ebf2 commit 0858bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pipenv install pyinstaller

- name: Build the application
run: pipenv run pyinstaller tkinter_ui.spec
run: pipenv run pyinstaller tkinter_ui/tkinter_ui.spec

- name: List dist directory contents
run: dir dist
Expand Down

0 comments on commit 0858bae

Please sign in to comment.