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 f319cf0 commit 0d27214Copy full SHA for 0d27214
.github/workflows/gradle-publish.yml
@@ -35,3 +35,8 @@ jobs:
35
- run: chmod +x ./gradlew
36
- name: Build with Gradle
37
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