Skip to content

Commit 731d444

Browse files
committed
fix typo
1 parent 0ab45ce commit 731d444

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,13 @@ jobs:
334334
- name: Download artifact
335335
uses: actions/download-artifact@v2 # download all the artifacts
336336

337+
# mandatory step because upload-release-action does not support multiple folders
337338
- name: prepare artifacts for the release
338339
run: |
339340
mkdir release
340341
chmod -v +x ArduinoCreateAgent-linux-x64/*.run
341342
mv -v ArduinoCreateAgent-linux-x64/* release/
342-
cat ArduinoCreateAgent-osx/*.tar | tar -xvf - -i -C /release
343+
cat ArduinoCreateAgent-osx/*.tar | tar -xvf - -i -C release/
343344
mv -v ArduinoCreateAgent-windows/* release/
344345
345346
# - name: Read CHANGELOG

0 commit comments

Comments
 (0)