From 8301987534da248596b610858c77b16b13e56cfc Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev Date: Mon, 13 May 2024 14:02:00 -0700 Subject: [PATCH] update artifacts location --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 805668e..249bdf1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,4 +34,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Artifacts - path: build/libs/ \ No newline at end of file + path: versions/**/build/libs/ \ No newline at end of file