Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kv9898 committed Sep 23, 2024
1 parent e4b03ca commit 8a4ea40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ on:

jobs:
pyinstaller-build:
#runs-on: macos-13
runs-on: windows-latest
runs-on: macos-13 #- latest
#runs-on: windows-latest
steps:
- name: GUI
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.12.4'
spec: 'GUI_win.spec'
spec: 'GUI.py'
# requirements: 'src/requirements.txt'
upload_exe_with_name: 'GUI'
options: --onefile, --windowed
options: --onefile, --windowed, --icon favicon.ico, --add-data favicon.ico:.
#- name: CL
# uses: sayyid5416/pyinstaller@v1
# with:
Expand Down

0 comments on commit 8a4ea40

Please sign in to comment.