Skip to content

Commit e47f7fe

Browse files
committed
chore: fix workflow
1 parent 78ae7e8 commit e47f7fe

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
checks: write
1616

1717
env:
18-
PACKAGE_VERSION: 0.3.0
18+
PACKAGE_VERSION: 0.4.0
1919

2020
jobs:
2121
build:
@@ -45,15 +45,16 @@ jobs:
4545
uses: Nuitka/Nuitka-Action@main
4646
with:
4747
nuitka-version: main
48-
script-name: build.py
49-
mode: app
48+
script-name: phoneme-cmd.py
49+
mode: standalone
50+
output-dir: phoneme-cli
5051
# Add any other Nuitka options you need
5152

5253
- name: Zip macOS app bundle
5354
if: matrix.os == 'macos-latest'
5455
run: |
5556
mkdir -p phoneme-cli-mac
56-
mv build.app phoneme-cli-mac/phoneme-cli.app
57+
mv phoneme-cli.app phoneme-cli-mac/phoneme-cli.app
5758
cd phoneme-cli-mac
5859
zip -r ../phoneme-cli-mac.zip phoneme-cli.app
5960
shell: bash

0 commit comments

Comments
 (0)