Skip to content

Commit 1e5b866

Browse files
rminnichorangecms
authored andcommitted
More fun with spaces
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
1 parent 1e2906c commit 1e5b866

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ jobs:
2929
-o "${{ matrix.arch }}-${{ matrix.template }}.cpio" \
3030
${{ matrix.template }}
3131
xz --check=crc32 -9 --lzma2=dict=1MiB \
32-
--stdout ${{ matrix.arch }}-${{ matrix.template }}.cpio | \
32+
--stdout "${{ matrix.arch }}-${{ matrix.template }}.cpio" | \
3333
dd conv=sync bs=512 \
34-
of=${{ matrix.arch }}-${{ matrix.template }}.cpio.xz
34+
of="${{ matrix.arch }}-${{ matrix.template }}.cpio.xz"
3535
runvmtest -- bash -c "cp \$VMTEST_KERNEL ./kernel-x86_64"
3636
3737
- name: Upload
3838
uses: svenstaro/upload-release-action@v2
3939
with:
4040
repo_token: ${{ secrets.GITHUB_TOKEN }}
4141
tag: ${{ github.ref }}
42-
file: ${{ matrix.arch }}-${{ matrix.template }}.cpio.xz
43-
asset_name: u-root_${{ matrix.arch }}_${{ matrix.template }}.cpio.xz
42+
file: "${{ matrix.arch }}-${{ matrix.template }}.cpio.xz"
43+
asset_name: "u-root_${{ matrix.arch }}_${{ matrix.template }}.cpio.xz"
4444

4545
- name: Upload_kernels
4646
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)