Skip to content

Commit d356bf8

Browse files
authored
Update exe.yml
1 parent 7b5b0e2 commit d356bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
2525
- name: Build executable with Nuitka
2626
run: |
27-
nuitka --standalone --windows-console-mode=disable --output-dir=dist/nuitka --verbose Spatial.py
27+
nuitka --standalone --windows-console-mode=disable --output-dir=dist/nuitka Spatial.py
2828
2929
- name: Upload artifacts
3030
uses: actions/upload-artifact@v2
3131
with:
3232
name: Spatial
3333
path: |
34-
dist/* # PyInstaller output
35-
dist/nuitka/* # Nuitka output
34+
dist/*
35+
dist/nuitka/*

0 commit comments

Comments
 (0)