Skip to content

Commit

Permalink
Update flet-build-exp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 17, 2024
1 parent f5107e7 commit 5fa9719
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/flet-build-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11' # גרסת פייתון נדרשת
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set up UTF-8 Encoding
shell: cmd
run: chcp 65001

- name: Install Flutter SDK
uses: subosito/flutter-action@v2
with:
Expand All @@ -31,15 +35,11 @@ jobs:
- name: Verify Flutter Installation
run: flutter doctor

- name: Set UTF-8 Encoding
run: |
chcp 65001
shell: cmd

- name: Build Flet Windows App
run: |
flet build windows --output build/windows
env:
PYTHONIOENCODING: utf-8

- name: Upload Windows Executable as Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5fa9719

Please sign in to comment.