Skip to content

Commit 98053cc

Browse files
committed
maybe fix?
1 parent 6fca835 commit 98053cc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ on:
77

88
jobs:
99
build:
10-
name: Multiplatform Build (${{ matrix.os }})
10+
name: Multiplatform Build
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: false
1413
matrix:
1514
os: ['windows-latest', 'ubuntu-latest, 'macos-latest']
15+
fail-fast: false
1616

1717
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
2222

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/*

0 commit comments

Comments
 (0)