mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
Fix workflows
This commit is contained in:
parent
2654b9a8a0
commit
ed71ed2dfa
21
.github/workflows/android.yml
vendored
21
.github/workflows/android.yml
vendored
@ -12,25 +12,26 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check out
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: "recursive"
|
||||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
java-version: '17'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleRelease
|
||||
- name: Create PlayIntegrityFix zip
|
||||
|
||||
- name: Upload PlayIntegrityFix.zip
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PlayIntegrityFix
|
||||
path: out/PlayIntegrityFix.zip
|
||||
- name: Create PlayIntegrityFix-resetprop zip
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PlayIntegrityFix-resetprop
|
||||
path: out/PlayIntegrityFix-resetprop.zip
|
||||
path: module/*
|
Loading…
Reference in New Issue
Block a user