mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 12:21:05 +00:00
ci: upload jar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user