ci: upload jar

This commit is contained in:
daoge 2024-09-17 20:39:49 +08:00 committed by GitHub
parent 2f2d43e1b8
commit 18a24562ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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