Skip to content

Commit e4221b0

Browse files
Update build-exe.yml
1 parent 6ea02b1 commit e4221b0

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
# --- CORRECTED SYNTAX BELOW ---
3838
# Provide the script name ONLY.
3939
script-name: PICA_Launcher_V4.py
40-
41-
# Provide all other Nuitka command-line flags here.
42-
nuitka-args: --onefile
40+
41+
# Use the 'deployment' flag. On Windows, this implies a one-file build.
42+
deployment: true
4343

4444
# Action-specific inputs remain separate.
4545
disable-console: true
@@ -59,7 +59,8 @@ jobs:
5959
uses: svenstaro/upload-release-action@v2
6060
with:
6161
repo_token: ${{ secrets.GITHUB_TOKEN }}
62-
file: PICA_Launcher_V4.dist/PICA_Launcher_V4.exe
62+
# The output is now in the root of the repo by default with --deployment
63+
file: PICA_Launcher_V4.exe
6364
asset_name: PICA_Launcher-Windows-${{ github.ref_name }}.exe
6465
tag: ${{ github.ref }}
6566
overwrite: true

0 commit comments

Comments
 (0)