summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8304950)
raw | patch | inline | side by side (parent: 8304950)
author | fredboy <fredboy@protonmail.com> | |
Sun, 21 Apr 2024 03:17:29 +0000 (10:17 +0700) | ||
committer | GitHub <noreply@github.com> | |
Sun, 21 Apr 2024 03:17:29 +0000 (10:17 +0700) |
.github/workflows/android.yml | patch | blob | history |
index 63572bb1fa55314a9d86a70cfadf73f5644d6d0b..6621b01f58debfe0aa815b1917743a74d7c7495a 100644 (file)
cache: gradle
- name: mock keystore.properties
- run: touch keystore.properties
+ run: echo "releaseKeystorePath=mock" > keystore.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle