We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfd4af commit 1527a11Copy full SHA for 1527a11
.github/workflows/release.yml
@@ -60,7 +60,9 @@ jobs:
60
uses: actions/upload-artifact@v2
61
with:
62
name: arduino-create-agent-${{ matrix.operating-system }}
63
- path: arduino-create-agent
+ path: |
64
+ arduino-create-agent
65
+ config.ini
66
if-no-files-found: error
67
68
package:
@@ -105,7 +107,7 @@ jobs:
105
107
- name: Upload artifacts
106
108
109
- name: ArduinoCreateAgent
110
+ name: ArduinoCreateAgent-linux
111
path: ArduinoCreateAgent*
112
113
0 commit comments