From 7533eb05406f36e20eb90deec207ec245a0f73db Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 25 Jan 2022 18:45:27 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0897d5bc..44d43e96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -375,7 +375,7 @@ jobs: cp -v GamCommands.txt $gampath this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}') GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-glibc${this_glibc_ver}.tar.xz" - tar cfJ $GYB_ARCHIVE dist/ + tar cfJ $GAM_ARCHIVE dist/ - name: Linux install patchelf/staticx if: matrix.os == 'ubuntu-20.04' && matrix.goal != 'test'