Skip to content

Commit c0a5212

Browse files
committed
Don't zip iso
1 parent 859fff7 commit c0a5212

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ jobs:
9797
- name: Upload iso artifact
9898
uses: actions/upload-artifact@v7
9999
with:
100-
name: mbp-ubuntu-${{ steps.tag.outputs.tag }}.z01
101-
path: ${{ github.workspace }}/output/*
100+
name: ISO
101+
path: ${{ github.workspace }}/ubuntu-24.04-${{ env.kver }}-t2-noble.iso
102+
archive: false
102103

103104
- name: Instructions for putting it back together
104105
run: |

0 commit comments

Comments
 (0)