PlayIntegrityFix/.github/workflows/android.yml
2023-12-05 13:19:12 +01:00

37 lines
708 B
YAML

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: 0
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleRelease
- name: Upload PlayIntegrityFix.zip
uses: actions/upload-artifact@v3
with:
name: PlayIntegrityFix
path: module/*