mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
Update android.yml
This commit is contained in:
parent
0a0d8071cc
commit
1c1d63492f
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
@ -24,3 +24,13 @@ jobs:
|
|||||||
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
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user