Skip to content

Commit

Permalink
Merge pull request #196 from hnez/forrest-artifact-upload
Browse files Browse the repository at this point in the history
ci: build: enable artifact upload to the local Forrest runner
  • Loading branch information
jluebbe authored Oct 23, 2024
2 parents d91d4f4 + ee221dc commit 1c5fa24
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,18 @@ jobs:
rsync -rvx --ignore-existing build/downloads yocto-cache: || true
rsync -rvx --ignore-existing build/sstate-cache yocto-cache: || true
- name: Upload RAUC Bundle
- name: Upload Artifacts to the Forrest Runner
uses: forrest-runner/upload-artifact@main
with:
path: |
images/tf-a-stm32mp153c-lxa-tac.stm32
images/emmc-boot-image-lxatac.fip
images/emmc-boot-image-lxatac.img
images/emmc-image-lxatac.simg
images/lxatac-core-bundle-base-lxatac.raucb
- name: Upload Artifact links to GitHub
uses: actions/upload-artifact@v4
with:
name: rauc-bundle
path: images/lxatac-core-bundle-base-lxatac-*.raucb
compression-level: 0
retention-days: 30
name: images
path: images/*.desktop

0 comments on commit 1c5fa24

Please sign in to comment.