diff --git a/.github/workflows/Create_release.yml b/.github/workflows/Create_release.yml index 393f84408..ea2ca2b66 100644 --- a/.github/workflows/Create_release.yml +++ b/.github/workflows/Create_release.yml @@ -32,7 +32,7 @@ jobs: asset=xenia_canary_linux.tar.gz cd xenia_canary_linux chmod +x xenia_canary - tar -cvpf ../$asset * + tar -czvpf ../$asset * cd - ;; esac