Skip to content

Commit

Permalink
Try building the release with an older version of nuitka.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 25, 2024
1 parent 4567bf4 commit a99326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
python-version: "3.10"

- run: pip install .
- run: pip install nuitka==2.0
- run: python -m nuitka main.py --onefile --enable-plugin=pyside6 --noinclude-qt-translations --disable-console --output-dir=dist --output-filename=OSCR --assume-yes-for-downloads
- run: pip install nuitka==1.8.6
- run: python -m nuitka --standalone --enable-plugin=pyside6 --onefile --output-filename=OSCR --output-dir=dist main.py --disable-console --assume-yes-for-downloads --noinclude-qt-translations --include-data-files=./assets/*=./assets/
- uses: actions/upload-artifact@v2
with:
name: build_binary
Expand Down

0 comments on commit a99326d

Please sign in to comment.