From 2a916d1d452ae075aefaa0d42457dcf1c40b7e24 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Feb 2022 09:11:34 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7edf8b07..02c4257e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -392,7 +392,7 @@ jobs: this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}') GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-glibc${this_glibc_ver}.tar.xz" fi - tar -C dist/ --create --file $GAM_ARCHIVE --xvz gam + tar -C dist/ --create --verbose --file $GAM_ARCHIVE --xz gam - name: Linux install patchelf/staticx if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test' @@ -416,7 +416,7 @@ jobs: if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test' run: | GAM_ARCHIVE="gam-${GAMVERSION}-linux-x86_64-legacy.tar.xz" - tar -C dist/ --create --file $GAM_ARCHIVE --xvz gam + tar -C dist/ --create --verbose --file $GAM_ARCHIVE --xz gam - name: Windows package if: matrix.os == 'windows-2022' && matrix.goal != 'test'