From 10afb6373172d426cc785a739b39ca434b3c4c2b Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 19 May 2021 16:23:19 -0400 Subject: [PATCH] Tweak PKG test to what I think will be the actual 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 5111136..948f123 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: ~/Applications/${{ env.DISTNAME }} + INSTALL_PATH: ~/${{ env.DISTNAME }} run: | installer -verbose -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME eval "$($INSTALL_PATH/bin/conda shell.bash hook)"