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)"