Skip to content

Commit

Permalink
ci: upload jar
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Sep 17, 2024
1 parent 2f2d43e commit 18a2456
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18a2456

Please sign in to comment.