Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 05e23a5

Browse files
committed
asd
1 parent b3f4c93 commit 05e23a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: gradle
3535

3636
- name: Build plugin
37-
run: ./gradlew build
37+
run: ./gradlew reobfJar
3838

3939
- name: Cleanup Gradle Cache
4040
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
@@ -47,4 +47,4 @@ jobs:
4747
uses: actions/upload-artifact@v3
4848
with:
4949
name: PepitoCore Artifact
50-
path: build/libs/*.jar
50+
path: plugin/build/libs/*.jar

0 commit comments

Comments
 (0)