File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
- name : Checkout
13
13
uses : actions/checkout@v2
14
14
with :
15
- path : /modules/lib/ Arduino-Zephyr-API
15
+ path : Arduino-Zephyr-API
16
16
17
17
- name : Initialize
18
18
working-directory : Arduino-Zephyr-API
22
22
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
23
23
sed '/WCharacter.h/ s/./\/\/ &/' ArduinoCore-API/api/ArduinoAPI.h > ArduinoCore-API/api/tmpArduinoAPI.h
24
24
mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
25
- cp -r / ArduinoCore-API/api /modules/lib/ Arduino-Zephyr-API/cores/arduino/.
25
+ cp -r ArduinoCore-API/api Arduino-Zephyr-API/cores/arduino/.
26
26
27
27
- name : Build firmware
28
28
working-directory : Arduino-Zephyr-API
33
33
uses : actions/upload-artifact@v2
34
34
with :
35
35
name : firmware
36
- path : /modules/lib/ Arduino-Zephyr-API/build/zephyr/zephyr.*
36
+ path : Arduino-Zephyr-API/build/zephyr/zephyr.*
You can’t perform that action at this time.
0 commit comments