Skip to content

Commit 016dcc5

Browse files
authored
Merge pull request #205 from arduino/development
This PR only addresses the build workflow which is under my responsibility, so no review will be requested
2 parents ba4a929 + 5efdd1e commit 016dcc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ jobs:
157157
with:
158158
pattern: build-artifacts-*
159159
path: artifacts
160-
merge-multiple: true
161160

162161
- name: List artifacts
163162
run: ls -R artifacts
@@ -172,7 +171,7 @@ jobs:
172171
with:
173172
repo_token: ${{ secrets.GITHUB_TOKEN }}
174173
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}
175-
file: artifacts/**/*
174+
file: artifacts/**/*.zip
176175
tag: ${{ github.ref }}
177176
file_glob: true
178177
overwrite: true

0 commit comments

Comments
 (0)