From acd1a9ad91164a5700ffbf0fa13eb9f9690bd736 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 20 Sep 2024 07:40:45 -0400 Subject: [PATCH] actions: restore accidentally deleted MacOS package name --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0142a74..feb9e8ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"