CI: Use variables for docker artifacts dir

This commit is contained in:
Megamouse 2025-04-29 18:01:44 +02:00
parent a72f4f0606
commit 5b60f0cc11

View file

@ -77,7 +77,7 @@ jobs:
-v $PWD:/rpcs3 \
--env-file .ci/docker.env \
-v ${{ env.CCACHE_DIR }}:/root/.ccache \
-v ${{ github.workspace }}/artifacts:/root/artifacts \
-v ${{ env.BUILD_ARTIFACTSTAGINGDIRECTORY }}:${{ env.ARTDIR }} \
${{ matrix.docker_img }} \
${{ matrix.build_sh }}