diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index f2f4918d76..8dff04a4cb 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -57,6 +57,11 @@ jobs: uses: actions/download-artifact@v4 with: name: ${{ env.SOURCE_ARTIFACT }} + path: ${{ github.workspace }}/source + + - name: List files in the source directory + run: ls -la ${{ github.workspace }}/source/ + - name: Extract Archives run: | tar -xzf depends.tar.gz