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 859fff7 commit c0a5212Copy full SHA for c0a5212
1 file changed
.github/workflows/CI.yml
@@ -97,8 +97,9 @@ jobs:
97
- name: Upload iso artifact
98
uses: actions/upload-artifact@v7
99
with:
100
- name: mbp-ubuntu-${{ steps.tag.outputs.tag }}.z01
101
- path: ${{ github.workspace }}/output/*
+ name: ISO
+ path: ${{ github.workspace }}/ubuntu-24.04-${{ env.kver }}-t2-noble.iso
102
+ archive: false
103
104
- name: Instructions for putting it back together
105
run: |
0 commit comments