fix jar path

This commit is contained in:
Jason Penilla
2024-08-06 23:21:58 -07:00
parent d8f82ec045
commit efb75dbe5b

View File

@@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifacts
path: "build/libs/*.jar"
path: "**/build/libs/*.jar"