Skip to content

Commit b31f74b

Browse files
author
Kyle-Myre
committed
Added Windows Pyinstaller Action
1 parent 388fe06 commit b31f74b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pyinstaller.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: windows-latest
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
os: [windows-latest, ubuntu-latest]
811
steps:
912
- name: Checkout repository
1013
uses: actions/checkout@v2
@@ -22,5 +25,5 @@ jobs:
2225
- name: Upload artifact
2326
uses: actions/upload-artifact@v4
2427
with:
25-
name: Dandilion
28+
name: Dandilion-${{ matrix.os }}
2629
path: dist/Dandilion

0 commit comments

Comments
 (0)