From 25a305688132cbef3d7741288debb9bc8f568dbf Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 19 May 2021 19:03:45 -0400 Subject: [PATCH] Fix the relative 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 4a9fa7e..91479ef 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: ${{ github.workspace }}/../${{ env.DISTNAME }} + INSTALL_PATH: ${{ github.workspace }}/../../../${{ env.DISTNAME }} run: | installer -verbose -dumplog -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME eval "$($INSTALL_PATH/bin/conda shell.bash hook)"