Skip to content

Commit

Permalink
also upload artifacts on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Oct 5, 2024
1 parent c6b60c9 commit 27fb2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main-armel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: scripts/build-targets/run armel sh -c 'meson compile -C build-armel'
# FIXME: put something useful (git hash?) in artifact name. We also want this in other workflows.
- uses: actions/upload-artifact@v4
if: always()
with:
name: armel-build
path: ${{github.workspace}}/build-armel

0 comments on commit 27fb2d9

Please sign in to comment.