We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f0839 commit e106b5bCopy full SHA for e106b5b
.github/workflows/barker-sfs-build.yml
@@ -48,6 +48,6 @@ jobs:
48
- name: Upload main puppy sfs file
49
uses: actions/upload-artifact@v4
50
with:
51
- name: ${{ env.DISTRO_NAME }} ${{ env.DISTRO_VERSION }} main SFS file
+ name: ${{ env.DISTRO_NAME }} ${{ env.DISTRO_VERSION }} main SFS files + initrd
52
path: ${{ env.DISTRO_NAME }}-${{ env.DISTRO_VERSION }}.tar.xz
53
compression-level: 0
0 commit comments