Skip to content

Commit

Permalink
downlaod auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Steamo committed Mar 28, 2024
1 parent 6a17888 commit d67194b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/nuitka-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Nuitka
run: pip install nuitka
- name: Compile Python script to EXE
run: python -m nuitka --mingw64 --standalone --onefile --include-data-dir=core=./core --include-data-dir=debug=./debug --include-data-dir=loader=./loader steamodded_injector.py
run: python -m nuitka --mingw64 --assume-yes-for-downloads --standalone --onefile --include-data-dir=core=./core --include-data-dir=debug=./debug --include-data-dir=loader=./loader steamodded_injector.py
- name: Upload EXE to Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d67194b

Please sign in to comment.