We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6d49 commit 1bd25c8Copy full SHA for 1bd25c8
.github/workflows/package_core.yml
@@ -24,8 +24,8 @@ jobs:
24
./extra/build_all.sh
25
./extra/package.sh `git describe --always`
26
27
- - name: Archive firmware
+ - name: Archive core
28
uses: actions/upload-artifact@v3
29
with:
30
- name: firmware
31
- path: arduino-core-zephyr-llext*
+ name: Core
+ path: ../arduino-core-zephyr-llext*
west.yml
@@ -44,4 +44,4 @@ manifest:
44
- name: ArduinoCore-API
45
path: modules/lib/ArduinoCore-API
46
revision: master
47
- url: git@github.com:arduino/ArduinoCore-API
+ url: https://github.com/arduino/ArduinoCore-API
0 commit comments