Skip to content

Commit 4fe3902

Browse files
committed
[fix] packコマンド修正
1 parent d1cceec commit 4fe3902

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
python-version: 3.11.7
4040
cache: "pip"
4141
- run: pip install -r requirements.txt
42-
- run: flet pack app.py --name ${{ matrix.flet-name }}
42+
- name: "pack"
43+
if: runner.os == 'Windows'
44+
run: flet pack main.py --add-data "assets;assets" --name "EBDAS"
4345
- name: "Linux/MacOS compress"
4446
if: runner.os != 'Windows'
4547
run: tar zcvf ${{matrix.binary-name}} dist

0 commit comments

Comments
 (0)