We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5626162 commit 1d712b9Copy full SHA for 1d712b9
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
# operating-system: [ubuntu-latest, windows-latest, macOS-latest]
14
- operating-system: [ubuntu-latest]
+ operating-system: [ubuntu-latest,windows-latest]
15
16
runs-on: ${{ matrix.operating-system }}
17
@@ -61,7 +61,7 @@ jobs:
61
with:
62
name: arduino-create-agent-${{ matrix.operating-system }}
63
path: |
64
- arduino-create-agent
+ arduino-create-agent*
65
config.ini
66
if-no-files-found: error
67
@@ -76,6 +76,7 @@ jobs:
76
CHOICE_CERT_INSTALL: "ask_certificates_install=CC" # win,mac:(ff,chrome)
77
78
79
+ fail-fast: false # if one os is failing continue nonetheless
80
81
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
82
0 commit comments