Skip to content

Commit

Permalink
ci: upload firmware artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Dec 6, 2024
1 parent 41d826e commit 9a6f33c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
runCmd: |
git fetch --tags
./scripts/build_targets.sh --type=build
./scripts/copy_release_binaries.sh --build-dir=build --copy-dir=release
./scripts/build_targets.sh --type=test
- name: Upload firmware artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: release/*
- name: Save ccache
uses: actions/cache/save@v4
if: always()
Expand Down

0 comments on commit 9a6f33c

Please sign in to comment.