You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Fix libcxx submodule
This commit is contained in:
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
@@ -23,7 +23,6 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
cache: gradle
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
@@ -31,8 +30,8 @@ jobs:
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Create PlayIntegrityFix zip
|
||||
- name: Create PlayIntegrityFork zip
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PlayIntegrityFix
|
||||
path: out/PlayIntegrityFix.zip
|
||||
name: PlayIntegrityFork
|
||||
path: out/PlayIntegrityFork.zip
|
||||
|
||||
Reference in New Issue
Block a user