diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cafda633..f1ca4794 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,4 +28,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: Artifacts - path: build/libs/ \ No newline at end of file + path: | + */build/libs \ No newline at end of file