actions: restore accidentally deleted MacOS package name

This commit is contained in:
Jay Lee
2024-09-20 07:40:45 -04:00
committed by GitHub
parent cce2894dac
commit acd1a9ad91

View File

@@ -638,6 +638,7 @@ jobs:
if: runner.os != 'Windows' && matrix.goal == 'build'
run: |
if [[ "${RUNNER_OS}" == "macOS" ]]; then
GAM_ARCHIVE="${GITHUB_WORKSPACE}/gam-${GAMVERSION}-macos-${arch}.tar.xz"
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
if [[ "${staticx}" == "yes" ]]; then
libver="legacy"