Skip to content

Commit 1527a11

Browse files
committed
add config.ini to artifacts, optimizations
1 parent 0cfd4af commit 1527a11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
uses: actions/upload-artifact@v2
6161
with:
6262
name: arduino-create-agent-${{ matrix.operating-system }}
63-
path: arduino-create-agent
63+
path: |
64+
arduino-create-agent
65+
config.ini
6466
if-no-files-found: error
6567

6668
package:
@@ -105,7 +107,7 @@ jobs:
105107
- name: Upload artifacts
106108
uses: actions/upload-artifact@v2
107109
with:
108-
name: ArduinoCreateAgent
110+
name: ArduinoCreateAgent-linux
109111
path: ArduinoCreateAgent*
110112
if-no-files-found: error
111113

0 commit comments

Comments
 (0)