Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sltlala committed Mar 22, 2024
1 parent 886d13f commit 1e5b05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuitka-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
# poetry shell
# poetry run pip list
poetry run nuitka --mingw64 --standalone --lto=no --show-memory --disable-console --enable-plugins=pyside6 --assume-yes-for-downloads launcher.py
ls -R build
working-directory: app

- run: ls -R build


- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1e5b05f

Please sign in to comment.