Skip to content

Commit 2ccda46

Browse files
committed
misc: Fix Github action not working
1 parent c4e3b73 commit 2ccda46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuitka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Zip standalone folder
5252
uses: vimtor/action-zip@v1
5353
with:
54-
files: main.dist/
54+
files: nbstool.dist/
5555
dest: NBSTool_${{ runner.os }}_${{ matrix.arch }}.zip
5656

5757
- name: Upload artifacts

nuitka.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry run nuitka --standalone --enable-plugin=tk-inter --user-package-configuration-file=custom-nuitka-package.config.yml --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.4.0.0 --windows-product-version=1.4.0.0 --windows-file-description=NBSTool --show-anti-bloat-changes --assume-yes-for-downloads --report=compilation-report.xml main.py
1+
poetry run nuitka --standalone --enable-plugin=tk-inter --user-package-configuration-file=custom-nuitka-package.config.yml --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-file-version=1.4.0.0 --windows-product-version=1.4.0.0 --windows-file-description=NBSTool --show-anti-bloat-changes --assume-yes-for-downloads --report=compilation-report.xml nbstool.py

0 commit comments

Comments
 (0)