mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
build: rollback github action file changes
This commit is contained in:
parent
0ca7171bae
commit
a01f700653
9
.github/workflows/gradle-build.yml
vendored
9
.github/workflows/gradle-build.yml
vendored
@ -7,7 +7,7 @@
|
||||
|
||||
name: Gradle Build
|
||||
|
||||
on: [ push, pull_request ]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -45,10 +45,3 @@ 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, 'allay')
|
||||
with:
|
||||
name: Terra-Allay
|
||||
path: platforms/allay/build/libs/*-shaded.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user