Skip to content

Commit

Permalink
Updated build_executable_nuitka.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shararamosh committed Oct 25, 2024
1 parent be3848a commit 3e7ebe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_executable_nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install requirements
run: pip install pillow tqdm i18nice[YAML] pyinstaller
- name: Run Nuitka for Pillow_PNG_TGA_Editor
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: pillow_png_tga_editor.py
Expand All @@ -27,6 +28,7 @@ jobs:
{MAIN_DIRECTORY}/images=images
windows-icon-from-ico: "{MAIN_DIRECTORY}/images/Pillows_Hat_Icon.tga"
- name: Run Nuitka for Mirror_Concat_IMG
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: mirror_concat_img.py
Expand All @@ -37,6 +39,7 @@ jobs:
{MAIN_DIRECTORY}/images=images
windows-icon-from-ico: "{MAIN_DIRECTORY}/images/Pillows_Hat_Mirror.tga"
- name: Run Nuitka for Split_Eyes_IMG
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: split_eyes_img.py
Expand Down

0 comments on commit 3e7ebe5

Please sign in to comment.