Skip to content

Commit 93f82cd

Browse files
committed
ci: fix package_core
1 parent 1bd25c8 commit 93f82cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
./extra/bootstrap.sh
2424
./extra/build_all.sh
2525
./extra/package.sh `git describe --always`
26+
mv ../arduino-core-zephyr-llext* .
2627
2728
- name: Archive core
2829
uses: actions/upload-artifact@v3
2930
with:
3031
name: Core
31-
path: ../arduino-core-zephyr-llext*
32+
path: arduino-core-zephyr-llext*

0 commit comments

Comments
 (0)