mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -496,7 +496,11 @@ jobs:
|
|||||||
- name: Linux package staticx
|
- name: Linux package staticx
|
||||||
if: runner.os == 'Linux' && contains(runner.arch, '64') && matrix.goal != 'test'
|
if: runner.os == 'Linux' && contains(runner.arch, '64') && matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
GAM_ARCHIVE="gam-${GAMVERSION}-linux-${RUNNER_ARCH}-legacy.tar.xz"
|
gamarch="${RUNNER_ARCH}"
|
||||||
|
if [[ "${gamarch}" == "X64" ]]; then
|
||||||
|
gamarch="x86_64"
|
||||||
|
fi
|
||||||
|
GAM_ARCHIVE="gam-${GAMVERSION}-linux-${gamarch}-legacy.tar.xz"
|
||||||
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
|
||||||
|
|
||||||
- name: Windows package
|
- name: Windows package
|
||||||
|
|||||||
Reference in New Issue
Block a user