Use GNU Tar

This commit is contained in:
Dale Glass 2021-07-04 15:28:55 +02:00
parent 4835a4a33d
commit 6722c6af26

View file

@ -146,7 +146,7 @@ jobs:
if: always()
shell: bash
run: |
find "$HOME/vircadia-files/vcpkg" -name '*log' -type f -print0 | tar --null --force-local -T - -c --xz -v -f "${{ runner.workspace }}/cmake-logs.tar.xz"
find "$HOME/vircadia-files/vcpkg" -name '*log' -type f -print0 | gtar --null --force-local -T - -c --xz -v -f "${{ runner.workspace }}/cmake-logs.tar.xz"
- name: Archive cmake logs
if: always()
uses: actions/upload-artifact@v2