Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Oct 4, 2024
1 parent 2591156 commit b646d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- name: Copy Artifacts
run: |
mkdir artifacts
cp ./host-software ./artifacts
mkdir ./artifacts/bootloader
cp ./bootloader/out/* ./artifacts/bootloader
cp ./bootloader/out/* ./artifacts/bootloader
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: bootloader
path: artifacts/

0 comments on commit b646d5d

Please sign in to comment.