Skip to content

Commit

Permalink
Update main.yml: upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
maehw authored Jun 23, 2024
1 parent 36445d6 commit adbf3dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ jobs:
run: sudo apt-get install -y binutils-h8300-hms gcc-h8300-hms brickos
- name: Compile brickOS examples
run: make
- name: Upload firmware
uses: actions/upload-artifact@v1.0.0
with:
name: brickOS firmware
path: '/usr/lib/brickos/brickOS.srec'
- name: Upload user programs
uses: actions/upload-artifact@v1.0.0
with:
name: user programs
path: '**/*.lx'

0 comments on commit adbf3dc

Please sign in to comment.