Upload artifact for PRs

also readd building tuinity if maven cache gets yeeted
This commit is contained in:
budgidiere 2020-09-20 00:42:29 -05:00 committed by GitHub
parent af3825194c
commit d25ccc3f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 7 deletions

View File

@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
java: [14, 11, 8]
java: [15, 11, 8]
steps:
- name: Cancel Previous Runs
@ -52,12 +52,19 @@ jobs:
git config --global user.name "Github CI"
sudo chmod -R -f 777 scripts
./yatopia init
# - name: Build Maven Depends
# if: steps.maven-cache.outputs.cache-hit != 'true'
# run: |
# cd Tuinity
# ./tuinity jar
# cd ..//
- name: Build Maven Depends
if: steps.maven-cache.outputs.cache-hit != 'true'
run: |
cd Tuinity
./tuinity jar
cd ..//
- name: Build Yatopia
run: |
./yatopia full
- name: Upload Artifact
if: github.ref != 'refs/heads/ver/1.16.3'
uses: actions/upload-artifact@v2
with:
name: Yatopia-${{ matrix.java }}
path: yatopia-1.16.3-paperclip.jar