From 79525ea2ba900cae65c802139e9aaacc4913bc32 Mon Sep 17 00:00:00 2001 From: REDCODE Date: Fri, 7 Aug 2026 01:06:25 +0200 Subject: [PATCH] Use computed absolute path (gitea compatibility) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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