Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoor authored Dec 26, 2024
1 parent 65fb01a commit 6a49933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
- name: Install Dependencies
run: |
pip install .
cd src/AlistMediaRename
- name: Build Executable
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: cli.py
script-name: src/AlistMediaRename/cli.py
mode: onefile
include-package-data: AlistMediaRename:*.yaml
no-deployment-flag: self-execution
Expand Down

0 comments on commit 6a49933

Please sign in to comment.