Update android.yml

This commit is contained in:
Marcos 2023-12-01 02:02:30 +01:00 committed by GitHub
parent 0a0d8071cc
commit 1c1d63492f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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