Skip to content

Commit 7ace05e

Browse files
committed
Do not zip the ISO
1 parent df9c8a7 commit 7ace05e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
- name: Upload package artifact
4242
uses: actions/upload-artifact@v4
4343
with:
44-
name: Kubuntu-25.10
45-
path: ${{ github.workspace }}/output/*.iso
44+
name: ISO-Kubuntu
45+
path: ${{ github.workspace }}/output/kubuntu-25.10-${{ env.kver }}-t2-questing.iso
46+
archive: false
4647

4748
- name: Remove unsplit ISO
4849
run: |
@@ -141,8 +142,9 @@ jobs:
141142
- name: Upload package artifact
142143
uses: actions/upload-artifact@v4
143144
with:
144-
name: Ubuntu-Unity-25.10
145-
path: ${{ github.workspace }}/output/*.iso
145+
name: ISO-Ubuntu-Unity
146+
path: ${{ github.workspace }}/output/ubuntu-unity-25.10-${{ env.kver }}-t2-questing.iso
147+
archive: false
146148

147149
- name: Remove unsplit ISO
148150
run: |

0 commit comments

Comments
 (0)