mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
fi
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -568,6 +568,7 @@ jobs:
|
|||||||
libver="legacy"
|
libver="legacy"
|
||||||
else
|
else
|
||||||
libver="glibc-$(ldd --version | awk '/ldd/{print $NF}')"
|
libver="glibc-$(ldd --version | awk '/ldd/{print $NF}')"
|
||||||
|
fi
|
||||||
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-$libver}.tar.xz"
|
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-$libver}.tar.xz"
|
||||||
fi
|
fi
|
||||||
tar -C dist/ --create --verbose --exclude-from "${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" --file $GAM_ARCHIVE --xz gam
|
tar -C dist/ --create --verbose --exclude-from "${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" --file $GAM_ARCHIVE --xz gam
|
||||||
|
|||||||
Reference in New Issue
Block a user