diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b8b1989..a3d6dec 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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