Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
MORE STRINGS
  • Loading branch information
natsukashiixo authored Oct 3, 2023
1 parent d42d90f commit 9b92f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
# path of your '.py' or '.spec' file.
# This file will be used to create executable.
# If .py: Generated spec file will also be uploaded as artifact
spec: app/src/build_specs.spec
spec: './app/src/build_specs.spec'
# Options to set for pyinstaller command Ex: options: '--onedir, -F' (seperated by comma and space)
options: --noconfirm
options: '--noconfirm'
# specific python version you want to use
python_ver: "3.10"
# specific python architecture you want to use
Expand Down

0 comments on commit 9b92f71

Please sign in to comment.