Skip to content

Commit 534a675

Browse files
committed
ci: Upload build artifacts
1 parent 1fd31cf commit 534a675

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ jobs:
6161
6262
- name: Build with Gradle
6363
run: ./gradlew build -PuseMavenHytale=true
64+
65+
- name: Upload Build Artifacts
66+
uses: actions/upload-artifact@v4
67+
with:
68+
name: Catalyst-Build
69+
path: build/libs/*.jar

0 commit comments

Comments
 (0)