From d971d6142b101096b81030dd10bf1e3e95ee3f70 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 19 May 2021 17:50:44 -0400 Subject: [PATCH] Try $HOME in macOS pkg INSTALL_PATH. --- .github/workflows/build_radioconda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index b0c1ece..efa3375 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -92,7 +92,7 @@ jobs: OS_NAME: ${{ matrix.OS_NAME }} ARCH: ${{ matrix.ARCH }} TARGET_VOLUME: CurrentUserHomeDirectory - INSTALL_PATH: /Users/runner/${{ env.DISTNAME }} + INSTALL_PATH: $HOME/${{ env.DISTNAME }} run: | installer -verbose -dumplog -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME eval "$($INSTALL_PATH/bin/conda shell.bash hook)"