Skip to content

Commit

Permalink
fix: Workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Oct 1, 2024
1 parent 112c05c commit edef738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if : ${{ runner.os == 'Linux' || runner.os == 'macOS'}}
with:
nuitka-version: main
script-name: LDDC\__main__.py
script-name: LDDC

standalone: true
onefile: false
Expand All @@ -120,7 +120,7 @@ jobs:
if : ${{ runner.os == 'Windows' }}
with:
nuitka-version: main
script-name: LDDC\__main__.py
script-name: LDDC
python-flag: -m

standalone: true
Expand Down

0 comments on commit edef738

Please sign in to comment.