We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e96d28 commit ebf51beCopy full SHA for ebf51be
.github/workflows/ci.yml
@@ -159,8 +159,12 @@ jobs:
159
uses: actions/upload-artifact@v6
160
with:
161
name: initramfs-${{ matrix.FLAVOR_ID }}-${{ matrix.arch }}
162
- path: out/
+ # The full 'out/' directory contents, but not any .iso files (if any) since those are uploaded later
163
+ path: |
164
+ out/
165
+ !out/**/*.iso
166
retention-days: 1
167
+ # do not upload any .iso files (exclude)
168
169
# -------------------------------------------------------------------
170
# UEFI-bootable ISO - only for certain flavors (eg trixie-full)
0 commit comments