Skip to content

Commit

Permalink
Merge pull request #17 from mossmann/artifacts
Browse files Browse the repository at this point in the history
Publish bootloader binary artifact
  • Loading branch information
mossmann authored May 16, 2024
2 parents 1248588 + 20054e6 commit 6948db4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ jobs:
- name: Build
run: make

# Publish bootloader binary for latest Cynthion hardware revision
- name: Publish Artifacts
uses: actions/upload-artifact@v4
with:
name: bootloader-binaries
path: |
bootloader.bin
bootloader.elf
if: matrix.os == 'ubuntu-latest'

0 comments on commit 6948db4

Please sign in to comment.