mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 11:42:43 +00:00
CI: change gid of files in the tar archive to 0
This commit is contained in:
parent
984f8a1eb5
commit
e9ce7fc87a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
for i in linux-amd64 linux-arm64; do
|
||||
make ARCH=$i all
|
||||
tar -cz --numeric-owner --owner root -f tunasync-$i-bin.tar.gz -C build-$i tunasync tunasynctl
|
||||
tar -cz --numeric-owner --owner root --group root -f tunasync-$i-bin.tar.gz -C build-$i tunasync tunasynctl
|
||||
done
|
||||
|
||||
- name: Create Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user