You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Tweak CI wording for clarity
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
submodules: "recursive"
|
||||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 17
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Upload PlayIntegrityFork-CI.zip
|
||||
- name: Upload CI module zip as artifact zip
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PlayIntegrityFork-CI
|
||||
|
||||
Reference in New Issue
Block a user