mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 11:32: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
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Check out
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: "recursive"
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: set up JDK 17
|
- name: set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
java-version: '17'
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
- name: Create PlayIntegrityFix zip
|
|
||||||
|
- name: Upload PlayIntegrityFix.zip
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PlayIntegrityFix
|
name: PlayIntegrityFix
|
||||||
path: out/PlayIntegrityFix.zip
|
path: module/*
|
||||||
- name: Create PlayIntegrityFix-resetprop zip
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: PlayIntegrityFix-resetprop
|
|
||||||
path: out/PlayIntegrityFix-resetprop.zip
|
|
Loading…
Reference in New Issue
Block a user