mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
ci: should check allay branch
This commit is contained in:
2
.github/workflows/gradle-build.yml
vendored
2
.github/workflows/gradle-build.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
# Upload Allay-Server
|
||||
- name: Upload Terra-Allay
|
||||
uses: actions/upload-artifact@v4
|
||||
if: success() && contains(github.ref_name, 'master')
|
||||
if: success() && contains(github.ref_name, 'allay')
|
||||
with:
|
||||
name: Terra-Allay
|
||||
path: platforms/allay/build/libs/*.jar
|
||||
|
||||
Reference in New Issue
Block a user