Skip to content

Commit 1e2906c

Browse files
committed
GitHub Workflows: add quote to cpio output
The command to build trips when running for 'boot core'. Signed-off-by: Daniel Maslowski <[email protected]>
1 parent d3ec5e5 commit 1e2906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go install github.com/u-root/mkuimage/cmd/mkuimage@latest
2727
go install github.com/hugelgupf/vmtest/tools/runvmtest@latest
2828
GOARCH=${{ matrix.arch }} mkuimage -config=default \
29-
-o ${{ matrix.arch }}-${{ matrix.template }}.cpio \
29+
-o "${{ matrix.arch }}-${{ matrix.template }}.cpio" \
3030
${{ matrix.template }}
3131
xz --check=crc32 -9 --lzma2=dict=1MiB \
3232
--stdout ${{ matrix.arch }}-${{ matrix.template }}.cpio | \

0 commit comments

Comments
 (0)