We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876b65a commit cec1c07Copy full SHA for cec1c07
1 file changed
.github/workflows/gradle-publish.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: actions/upload-artifact@v4
65
with:
66
name: SmartSpawner-${{ env.VERSION }}-${{ env.COMMIT_SHA_SHORT }}
67
- path: build/libs/SmartSpawner-${{ env.VERSION }}.jar
+ path: core/build/libs/SmartSpawner-${{ env.VERSION }}.jar
68
retention-days: 30
69
70
- name: Upload test reports on failure
0 commit comments