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
11
.github/workflows/gradle-build.yml
vendored
11
.github/workflows/gradle-build.yml
vendored
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
name: Gradle Build
|
name: Gradle Build
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on: [ pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -44,11 +44,4 @@ jobs:
|
|||||||
# Properties are passed as -Pname=value
|
# Properties are passed as -Pname=value
|
||||||
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, 'allay')
|
|
||||||
with:
|
|
||||||
name: Terra-Allay
|
|
||||||
path: platforms/allay/build/libs/*-shaded.jar
|
|
Loading…
x
Reference in New Issue
Block a user