Skip to content

Commit cec1c07

Browse files
authored
Update gradle-publish.yml
1 parent 876b65a commit cec1c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: SmartSpawner-${{ env.VERSION }}-${{ env.COMMIT_SHA_SHORT }}
67-
path: build/libs/SmartSpawner-${{ env.VERSION }}.jar
67+
path: core/build/libs/SmartSpawner-${{ env.VERSION }}.jar
6868
retention-days: 30
6969

7070
- name: Upload test reports on failure

0 commit comments

Comments
 (0)