Skip to content

Commit 47f7cd2

Browse files
Archive the ISO
1 parent c374407 commit 47f7cd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ jobs:
6363
}
6464
EOF
6565
grub-mkrescue -o grub.iso iso
66+
67+
- name: Archive the ISO
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: grub.iso
71+
path: grub.iso

0 commit comments

Comments
 (0)