Skip to content

Commit cc4f02f

Browse files
author
Maurizio Branca
committed
Fix binary path after download
1 parent f5aefd3 commit cc4f02f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
mkdir build
118118
cp -r skel/ build
119-
cp arduino-create-agent build/ArduinoCreateAgent.app/Contents/MacOS/Arduino_Create_Bridge
119+
cp arduino-create-agent/arduino-create-agent build/ArduinoCreateAgent.app/Contents/MacOS/Arduino_Create_Bridge
120120
cp config.ini build/ArduinoCreateAgent.app/Contents/MacOS/
121121
122122
find build

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ artifacts*
1010

1111
# IDEs config
1212
.idea
13+
14+
# macOS
15+
.DS_Store

0 commit comments

Comments
 (0)