Skip to content

Commit

Permalink
GHA: always archive results
Browse files Browse the repository at this point in the history
Necessary to get logs from failed builds.
  • Loading branch information
zeha committed Dec 13, 2024
1 parent 84c07da commit 8a440d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
HOST_RELEASE: ${{matrix.host_release}}

- name: Archive built ISO
if: always()
uses: actions/upload-artifact@v4
with:
name: grml-live-build-result-${{matrix.host_release}}
Expand Down

0 comments on commit 8a440d6

Please sign in to comment.