mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 21:30:43 +00:00
ci: upload jar
This commit is contained in:
@@ -45,3 +45,10 @@ jobs:
|
|||||||
properties: |
|
properties: |
|
||||||
kotlin.js.compiler=ir
|
kotlin.js.compiler=ir
|
||||||
kotlin.parallel.tasks.in.project=true
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user