Skip to content

Commit 9a6f33c

Browse files
committedDec 6, 2024
ci: upload firmware artifacts
1 parent 41d826e commit 9a6f33c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
runCmd: |
4242
git fetch --tags
4343
./scripts/build_targets.sh --type=build
44+
./scripts/copy_release_binaries.sh --build-dir=build --copy-dir=release
4445
./scripts/build_targets.sh --type=test
46+
- name: Upload firmware artifacts
47+
uses: actions/upload-artifact@v4
48+
with:
49+
name: artifacts
50+
path: release/*
4551
- name: Save ccache
4652
uses: actions/cache/save@v4
4753
if: always()

0 commit comments

Comments
 (0)
Failed to load comments.