Skip to content

Commit 8414f64

Browse files
committed
fix?
1 parent b31c1ad commit 8414f64

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/manual-build.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ['ubuntu-latest', 'macos-latest']
17-
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v4
20-
with:
21-
python-version: 3.11
22-
- run: pip install -r requirements.txt
23-
- run: pip install --no-cache-dir flet[all]==0.26.0
24-
- run: python scripts/download-tools.py
25-
- run: python scripts/build.py
26-
- uses: actions/upload-artifact@v4
27-
with:
28-
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
29-
path: dist/
17+
18+
steps:
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-python@v4
21+
with:
22+
python-version: 3.11
23+
- run: pip install -r requirements.txt
24+
- run: pip install --no-cache-dir flet[all]==0.26.0
25+
- run: python scripts/download-tools.py
26+
- run: python scripts/build.py
27+
- uses: actions/upload-artifact@v4
28+
with:
29+
name: openandroidinstaller-${{ github.ref_name }}-${{ matrix.os }}
30+
path: dist/
3031

3132
build-windows:
3233
runs-on: 'windows-latest'

0 commit comments

Comments
 (0)