We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9c8a7 commit 7ace05eCopy full SHA for 7ace05e
1 file changed
.github/workflows/CI.yml
@@ -41,8 +41,9 @@ jobs:
41
- name: Upload package artifact
42
uses: actions/upload-artifact@v4
43
with:
44
- name: Kubuntu-25.10
45
- path: ${{ github.workspace }}/output/*.iso
+ name: ISO-Kubuntu
+ path: ${{ github.workspace }}/output/kubuntu-25.10-${{ env.kver }}-t2-questing.iso
46
+ archive: false
47
48
- name: Remove unsplit ISO
49
run: |
@@ -141,8 +142,9 @@ jobs:
141
142
143
144
- name: Ubuntu-Unity-25.10
145
+ name: ISO-Ubuntu-Unity
146
+ path: ${{ github.workspace }}/output/ubuntu-unity-25.10-${{ env.kver }}-t2-questing.iso
147
148
149
150
0 commit comments