Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman authored Dec 1, 2023
1 parent 0a0d807 commit 1c1d634
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
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

0 comments on commit 1c1d634

Please sign in to comment.