Skip to content

Commit a6b0294

Browse files
committed
Fix gz command
1 parent fe7be22 commit a6b0294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
set -e
8383
dd if=/dev/zero of=edk2-ovmf/ovmf-code-aarch64.fd bs=1 count=0 seek=67108864
8484
dd if=/dev/zero of=edk2-ovmf/ovmf-code-riscv64.fd bs=1 count=0 seek=33554432
85-
tar -Jcvf edk2-ovmf.tar.gz edk2-ovmf
85+
tar -zcvf edk2-ovmf.tar.gz edk2-ovmf
8686
tar -Jcvf edk2-ovmf.tar.xz edk2-ovmf
8787
8888
- name: Tag new nightly release

0 commit comments

Comments
 (0)