Explorar o código

CI: change gid of files in the tar archive to 0

Miao Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
e9ce7fc87a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -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