fix: bundle binary tarball as user root

This commit is contained in:
Sefa Eyeoglu 2022-04-18 12:45:25 +02:00
parent 53ff66c317
commit c3524a9d57
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -171,7 +171,7 @@ jobs:
cmake --install ${{ env.BUILD_DIR }} --prefix ${{ env.INSTALL_DIR }}
cd ${{ env.INSTALL_DIR }}
tar -czf ../PolyMC.tar.gz *
tar --owner root --group root -czf ../PolyMC.tar.gz *
- name: Package (Linux, portable)
if: runner.os == 'Linux'