Skip to content

Commit 0be5549

Browse files
committed
workflows: flet pack
1 parent 7abcfbc commit 0be5549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: pip install -r requirements.txt
2222
- run: pip install -r requirements_build.txt
2323
- run: pip install --no-dependencies -e .
24-
- run: python scripts/build_app.py --one-file
24+
- run: python scripts/pack_app.py
2525
# Optionally verify that it works (provided that it does not need user interaction)
2626
#- run: ./dist/your-code/your-code
2727
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)