Skip to content

Commit

Permalink
fixup! python: Build standalone updater on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAZoidberg committed Dec 18, 2023
1 parent 08bfe5d commit c500d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
spec: python/qmk_hid/gui.py
requirements: 'python/requirements.txt'
upload_exe_with_name: 'framework_flash_ansi_v0.2.9.exe'
options: --onefile, --name "'framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid
options: --onefile, --name "framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid

- name: ISO Updater
uses: JohnAZoidberg/pyinstaller-action@dont-clean
Expand All @@ -126,7 +126,7 @@ jobs:
spec: python/qmk_hid/gui.py
requirements: 'python/requirements.txt'
upload_exe_with_name: 'framework_flash_iso_v0.2.9.exe'
options: --onefile, --name "'framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid
options: --onefile, --name "framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid

- name: JIS Updater
uses: JohnAZoidberg/pyinstaller-action@dont-clean
Expand All @@ -135,7 +135,7 @@ jobs:
spec: python/qmk_hid/gui.py
requirements: 'python/requirements.txt'
upload_exe_with_name: 'framework_flash_jis_v0.2.9.exe'
options: --onefile, --name "'framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid
options: --onefile, --name "framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid

- name: Numpad Updater
uses: JohnAZoidberg/pyinstaller-action@dont-clean
Expand All @@ -144,7 +144,7 @@ jobs:
spec: python/qmk_hid/gui.py
requirements: 'python/requirements.txt'
upload_exe_with_name: 'framework_flash_numpad_v0.2.9.exe'
options: --onefile, --name "'framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid
options: --onefile, --name "framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid

- name: Macropad Updater
uses: JohnAZoidberg/pyinstaller-action@dont-clean
Expand All @@ -153,7 +153,7 @@ jobs:
spec: python/qmk_hid/gui.py
requirements: 'python/requirements.txt'
upload_exe_with_name: 'framework_flash_macropad_v0.2.9.exe'
options: --onefile, --name "'framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid
options: --onefile, --name "framework_flash_v0.2.9", --add-data "releases;releases" --icon=res/logo_cropped_transparent_keyboard_48x48.ico --add-data 'res;res' -p python/qmk_hid

package-python:
name: Package Python
Expand Down

0 comments on commit c500d7f

Please sign in to comment.