Skip to content

Commit

Permalink
misc: Fix Github action not working
Browse files Browse the repository at this point in the history
  • Loading branch information
IoeCmcomc committed Jun 13, 2024
1 parent c4e3b73 commit 2ccda46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Zip standalone folder
uses: vimtor/action-zip@v1
with:
files: main.dist/
files: nbstool.dist/
dest: NBSTool_${{ runner.os }}_${{ matrix.arch }}.zip

- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion nuitka.txt
Original file line number Diff line number Diff line change
@@ -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
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 comments on commit 2ccda46

Please sign in to comment.