File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -332,10 +332,7 @@ jobs:
332
332
steps :
333
333
334
334
- name : Download artifact
335
- uses : actions/download-artifact@v2
336
- with :
337
- name : ArduinoCreateAgent-* # download all the archives containing installers
338
- path : ArduinoCreateAgent
335
+ uses : actions/download-artifact@v2 # download all the artifacts
339
336
340
337
# - name: Read CHANGELOG
341
338
# id: changelog
@@ -371,7 +368,7 @@ jobs:
371
368
repo_token : ${{ secrets.GITHUB_TOKEN }}
372
369
tag : ${{ github.ref }}
373
370
file_glob : true # If set to true, the file argument can be a glob pattern
374
- file : ArduinoCreateAgent/ *
371
+ file : ArduinoCreateAgent*
375
372
376
373
# - name: Upload release files on Arduino downloads servers
377
374
# uses: docker://plugins/s3
You can’t perform that action at this time.
0 commit comments