Path Update

This commit is contained in:
DJ2LS 2022-07-08 16:20:11 +02:00
parent a4af8f37e2
commit b2d8b32524

View file

@ -150,8 +150,7 @@ jobs:
esac esac
# Produce a binary artifact and place it in the mounted volume # Produce a binary artifact and place it in the mounted volume
run: | run: |
git clone https://github.com/drowe67/codec2.git git clone https://github.com/drowe67/codec2.git
cd codec2 cd codec2
git checkout master git checkout master
@ -169,12 +168,13 @@ jobs:
- name: Show the artifact - name: Show the artifact
run: | 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 - uses: actions/upload-artifact@v3
with: with:
name: ${{ matrix.libcodec2_os_name }} name: ${{ matrix.libcodec2_os_name }}
path: /home/runner/work/codec2/codec2/artifacts/* path: $GITHUB_WORKSPACE/codec2/artifacts/*
build_i686_x64_release: build_i686_x64_release:
needs: [BUILD_ON_MULTIARCH, BUILD_ON_AMD64] needs: [BUILD_ON_MULTIARCH, BUILD_ON_AMD64]