Skip to content

Commit 4b1f0d9

Browse files
committed
Do not zip ISOs
1 parent c5123ba commit 4b1f0d9

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ jobs:
4343
- name: Upload iso artifact
4444
uses: actions/upload-artifact@v7
4545
with:
46-
name: mbp-linuxmint-cinnamon-${{ steps.tag.outputs.tag }}.z01
47-
path: ${{ github.workspace }}/output/*
46+
name: ISO-Cinnamon
47+
path: ${{ github.workspace }}/linuxmint-${{ env.mintver }}-cinnamon-${{ env.kver }}-t2-noble
48+
archive: false
4849

4950
- name: Instructions for putting it back together
5051
run: |
@@ -111,8 +112,9 @@ jobs:
111112
- name: Upload iso artifact
112113
uses: actions/upload-artifact@v7
113114
with:
114-
name: mbp-linuxmint-mate-${{ steps.tag.outputs.tag }}.z01
115-
path: ${{ github.workspace }}/output/*
115+
name: ISO-Mate
116+
path: ${{ github.workspace }}/linuxmint-${{ env.mintver }}-mate-${{ env.kver }}-t2-noble
117+
archive: false
116118

117119
- name: Instructions for putting it back together
118120
run: |
@@ -174,8 +176,9 @@ jobs:
174176
- name: Upload iso artifact
175177
uses: actions/upload-artifact@v7
176178
with:
177-
name: mbp-linuxmint-xfce-${{ steps.tag.outputs.tag }}.z01
178-
path: ${{ github.workspace }}/output/*
179+
name: ISO-XFCE
180+
path: ${{ github.workspace }}/linuxmint-${{ env.mintver }}-xfce-${{ env.kver }}-t2-noble.iso
181+
archive: false
179182

180183
- name: Instructions for putting it back together
181184
run: |

0 commit comments

Comments
 (0)