File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ jobs:
29
29
-o "${{ matrix.arch }}-${{ matrix.template }}.cpio" \
30
30
${{ matrix.template }}
31
31
xz --check=crc32 -9 --lzma2=dict=1MiB \
32
- --stdout ${{ matrix.arch }}-${{ matrix.template }}.cpio | \
32
+ --stdout " ${{ matrix.arch }}-${{ matrix.template }}.cpio" | \
33
33
dd conv=sync bs=512 \
34
- of=${{ matrix.arch }}-${{ matrix.template }}.cpio.xz
34
+ of=" ${{ matrix.arch }}-${{ matrix.template }}.cpio.xz"
35
35
runvmtest -- bash -c "cp \$VMTEST_KERNEL ./kernel-x86_64"
36
36
37
37
- name : Upload
38
38
uses : svenstaro/upload-release-action@v2
39
39
with :
40
40
repo_token : ${{ secrets.GITHUB_TOKEN }}
41
41
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"
44
44
45
45
- name : Upload_kernels
46
46
uses : svenstaro/upload-release-action@v2
You can’t perform that action at this time.
0 commit comments