actions: fix mac/linux packaging.

This commit is contained in:
Jay Lee
2024-09-18 14:59:08 -04:00
committed by GitHub
parent 4a0687cfe9
commit d84ff8d392

View File

@@ -655,9 +655,7 @@ jobs:
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-${libver}.tar.xz"
fi
echo "GAM Archive ${GAM_ARCHIVE}"
mv -v dist/gam dist/gam7
tar -C dist/ --create --verbose --exclude-from "${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" --file $GAM_ARCHIVE --xz gam7
mv -v dist/gam7 dist/gam
tar -C dist/gam --create --verbose --exclude-from "${GITHUB_WORKSPACE}/.github/actions/package_exclusions.txt" --file $GAM_ARCHIVE --xz gam7
- name: Windows package
if: runner.os == 'Windows' && matrix.goal != 'test'