mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
ci: upload jar
This commit is contained in:
parent
2f2d43e1b8
commit
18a24562ec
7
.github/workflows/gradle-build.yml
vendored
7
.github/workflows/gradle-build.yml
vendored
@ -45,3 +45,10 @@ jobs:
|
||||
properties: |
|
||||
kotlin.js.compiler=ir
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# Upload Allay-Server
|
||||
- name: Upload Terra-Allay
|
||||
uses: actions/upload-artifact@v4
|
||||
if: success() && contains(github.ref_name, 'master')
|
||||
with:
|
||||
name: Terra-Allay
|
||||
path: platforms/allay/build/libs/*.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user