mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[CI] use gzip in tar compression
This commit is contained in:
parent
de3b49e356
commit
2c8acf7b96
2
.github/workflows/Create_release.yml
vendored
2
.github/workflows/Create_release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue