Fix workflows

This commit is contained in:
chiteroman 2023-12-05 13:19:12 +01:00
parent 2654b9a8a0
commit ed71ed2dfa
No known key found for this signature in database
GPG Key ID: 19171A27D600CC72

View File

@ -12,25 +12,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check out
uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: 0
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
java-version: '17'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleRelease
- name: Create PlayIntegrityFix zip
- name: Upload 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
path: module/*