Skip to content

Commit

Permalink
Update buildwin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suntrise authored Feb 11, 2024
1 parent 4cfbfbb commit 9c9f28f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build for Windows
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: ["main"]
branches: ["next"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: main.py
script-name: player.py
onefile: true
standalone: true
disable-console: true
Expand All @@ -51,4 +51,4 @@ jobs:
with:
name: ${{ runner.os }} Build
path: |
build/*.exe
build/*.exe

0 comments on commit 9c9f28f

Please sign in to comment.