We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc35ce6 commit 436e026Copy full SHA for 436e026
.github/workflows/package_core.yml
@@ -21,15 +21,15 @@ jobs:
21
- name: Initialize
22
run: |
23
./extra/bootstrap.sh
24
- ./extra/build_all.sh
25
- ./extra/package.sh `git describe --always`
26
- mv ../arduino-core-zephyr-llext* .
+# ./extra/build_all.sh
+# ./extra/package.sh `git describe --always`
+# mv ../arduino-core-zephyr-llext* .
27
28
- - name: Archive core
29
- uses: actions/upload-artifact@v4
30
- with:
31
- name: Core
32
- path: arduino-core-zephyr-llext*
+# - name: Archive core
+# uses: actions/upload-artifact@v4
+# with:
+# name: Core
+# path: arduino-core-zephyr-llext*
33
34
- name: Create Blink sketch
35
0 commit comments