Skip to content

Commit

Permalink
Merge pull request #31 from Flippchen/dev
Browse files Browse the repository at this point in the history
fix for build_binary.yaml
  • Loading branch information
Flippchen authored May 10, 2023
2 parents fc4883f + bba508d commit ef5bc62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build binary with PyInstaller
run: |
cd web_ui/
python -m eel main.py web --add-data "../utilities/class_names.py:utilities" --add-data "../testing/prepare_images.py:testing" --collect-submodules rembg --onefile
python -m eel main.py web --add-data "../utilities/class_names.py:utilities" --add-data "../utilities/prepare_images.py:utilities" --collect-submodules rembg --onefile
- name: Archive binary
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build binary with PyInstaller
run: |
cd web_ui/
python -m eel main.py web --add-data "..\utilities\class_names.py;utilities" --add-data "..\testing\prepare_images.py;testing" --collect-submodules rembg --onefile --noconsole
python -m eel main.py web --add-data "..\utilities\class_names.py;utilities" --add-data "..\utilities\prepare_images.py;utilities" --collect-submodules rembg --onefile --noconsole
- name: Archive binary
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Build binary with PyInstaller
run: |
cd web_ui/
python -m eel main.py web --add-data "../utilities/class_names.py:utilities" --add-data "../testing/prepare_images.py:testing" --collect-submodules rembg --onefile --noconsole
python -m eel main.py web --add-data "../utilities/class_names.py:utilities" --add-data "../utilities/prepare_images.py:utilities" --collect-submodules rembg --onefile --noconsole
- name: Archive binary
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ef5bc62

Please sign in to comment.