File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments