Skip to content

Commit 1d712b9

Browse files
committed
add win and introduced failfast
1 parent 5626162 commit 1d712b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# operating-system: [ubuntu-latest, windows-latest, macOS-latest]
14-
operating-system: [ubuntu-latest]
14+
operating-system: [ubuntu-latest,windows-latest]
1515

1616
runs-on: ${{ matrix.operating-system }}
1717

@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: arduino-create-agent-${{ matrix.operating-system }}
6363
path: |
64-
arduino-create-agent
64+
arduino-create-agent*
6565
config.ini
6666
if-no-files-found: error
6767

@@ -76,6 +76,7 @@ jobs:
7676
CHOICE_CERT_INSTALL: "ask_certificates_install=CC" # win,mac:(ff,chrome)
7777

7878
strategy:
79+
fail-fast: false # if one os is failing continue nonetheless
7980
matrix:
8081
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
8182

0 commit comments

Comments
 (0)