File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments