Skip to content

Commit 6880c84

Browse files
committed
Upload artifacts
Signed-off-by: bakhtin <[email protected]>
1 parent 684a45a commit 6880c84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/reprotest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ jobs:
4242
checksum.sha256
4343
retention-days: 1
4444

45+
- name: Upload artifact
46+
uses: actions/upload-artifact@v4
47+
with:
48+
name: buildernet-images-${{ matrix.machine }}
49+
path: |
50+
mkosi.output/*.efi
51+
4552
compare:
4653
name: compare results
4754
needs: build

0 commit comments

Comments
 (0)