We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac92b3 commit 27f4603Copy full SHA for 27f4603
.github/workflows/release.yml
@@ -332,10 +332,7 @@ jobs:
332
steps:
333
334
- name: Download artifact
335
- uses: actions/download-artifact@v2
336
- with:
337
- name: ArduinoCreateAgent-* # download all the archives containing installers
338
- path: ArduinoCreateAgent
+ uses: actions/download-artifact@v2 # download all the artifacts
339
340
# - name: Read CHANGELOG
341
# 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/*
+ file: ArduinoCreateAgent*
375
376
# - name: Upload release files on Arduino downloads servers
377
# uses: docker://plugins/s3
0 commit comments