From b2d8b325247206619511a8dc9714e963df4b8109 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Fri, 8 Jul 2022 16:20:11 +0200 Subject: [PATCH] Path Update --- .github/workflows/build_multiplatform.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_multiplatform.yml b/.github/workflows/build_multiplatform.yml index cc72ddf8..b141c14e 100644 --- a/.github/workflows/build_multiplatform.yml +++ b/.github/workflows/build_multiplatform.yml @@ -150,8 +150,7 @@ jobs: esac # Produce a binary artifact and place it in the mounted volume - run: | - + run: | git clone https://github.com/drowe67/codec2.git cd codec2 git checkout master @@ -169,12 +168,13 @@ jobs: - name: Show the artifact run: | - ls -R /home/runner/work/codec2/codec2/artifacts/ + ls -R $GITHUB_WORKSPACE + ls -R $GITHUB_WORKSPACE/FreeDATA/codec2/artifacts/ - uses: actions/upload-artifact@v3 with: name: ${{ matrix.libcodec2_os_name }} - path: /home/runner/work/codec2/codec2/artifacts/* + path: $GITHUB_WORKSPACE/codec2/artifacts/* build_i686_x64_release: needs: [BUILD_ON_MULTIARCH, BUILD_ON_AMD64]