Skip to content

Commit

Permalink
Upload elf file on release. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 16, 2022
1 parent 81eac4d commit 65d83a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@ jobs:
tar -czf build/image.tar.gz -C ./build -h image
cp ./build/image.snapshot ./build/jaguar.snapshot
- name: Upload elf
uses: actions/upload-artifact@v2
if: github.event_name == 'release'
with:
name: image-elf
path: |
third_party/toit/build/esp32/toit.elf
- name: Upload image artifacts
if: github.event_name == 'release'
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 65d83a8

Please sign in to comment.