File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
- name : Multiplatform Build (${{ matrix.os }})
10
+ name : Multiplatform Build
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
- fail-fast : false
14
13
matrix :
15
14
os : ['windows-latest', 'ubuntu-latest, 'macos-latest']
15
+ fail-fast : false
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - uses : actions/setup-python@v2
20
- with :
21
- python-version : 3.9
18
+ - uses : actions/checkout@v2
19
+ - uses : actions/setup-python@v2
20
+ with :
21
+ python-version : 3.9
22
22
23
- - run : pip install -r requirements.txt pyinstaller
24
- - run : pyinstaller main.py
25
- - uses : actions/upload-artifact@v2
26
- with :
27
- path : dist/*
23
+ - run : pip install -r requirements.txt pyinstaller
24
+ - run : pyinstaller main.py
25
+ - uses : actions/upload-artifact@v2
26
+ with :
27
+ path : dist/*
You can’t perform that action at this time.
0 commit comments