diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec35e41..9b190d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,5 +30,5 @@ jobs: - uses: actions/upload-artifact@v6 with: name: spice2x-ci-${{ env.COMMIT_SHORT_SHA }} - path: src/spice2x/bin + path: ${{ github.workspace }}/src/spice2x/bin if-no-files-found: error \ No newline at end of file