Skip to content

Commit 0d27214

Browse files
authored
Update gradle-publish.yml
1 parent f319cf0 commit 0d27214

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ jobs:
3535
- run: chmod +x ./gradlew
3636
- name: Build with Gradle
3737
run: ./gradlew remapJar
38+
- name: Upload Build Artifacts
39+
uses: actions/upload-artifact@v4
40+
with:
41+
name: hysentials-artifacts
42+
path: build/libs/

0 commit comments

Comments
 (0)