From 466b73652c74a16c7edb501a4c969711754a01ab Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Fri, 29 Aug 2025 13:26:06 +0200 Subject: [PATCH] set path for build artifact --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d89418..85b850c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: build + path: . lint: runs-on: ubuntu-latest