From 800ff61f4699ca870b8df40e49defcc4608fe06f Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:33:05 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3babaae..5fd31b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,8 +152,9 @@ jobs: # Test the package in a clean environment - name: Test run: | - tar -xvzf metacall-tarball-macos-${{ matrix.triplet.arch }}.tgz -C `pwd` - export PATH="`pwd`/distributable:$PATH" + mkdir distributable + tar -xvzf metacall-tarball-macos-${{ matrix.triplet.arch }}.tgz -C `pwd`/distributable + export PATH="`pwd`/distributable/bin:$PATH" ./test.sh # Release package