Skip to content

Vali Started using Multi so i decided to add it here #20

Vali Started using Multi so i decided to add it here

Vali Started using Multi so i decided to add it here #20

name: Pull Request Testing
on: [ pull_request ]
jobs:
buildJar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up PATH
run: |
echo "${ANDROID_HOME}/build-tools/30.0.1" >> $GITHUB_PATH
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 16
- name: Build mod jar
run: chmod +x gradlew && ./gradlew deploy
- name: Upload built jar file
uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }} Pull Request
path: build/tmp/deploy/${{ github.event.repository.name }}.jar