Skip to content

Commit 0855927

Browse files
committed
ci: upload build artifacts
1 parent dfd2a2f commit 0855927

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
run: ./mkosi -t none
3434
- name: Build
3535
run: ./mkosi -f
36+
- name: Upload artifacts
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: Image
40+
path: mkosi.output/ArcadeOS-*.*
41+
if-no-files-found: error

0 commit comments

Comments
 (0)