DEADSOFTWARE

Update version script
[cavedroid.git] / .github / workflows / android.yml
index 1ab91fa8fe8d7ad37b6e5d19c3433b9a4949ed7c..6621b01f58debfe0aa815b1917743a74d7c7495a 100644 (file)
@@ -20,7 +20,9 @@ jobs:
         distribution: 'temurin'
         cache: gradle
 
+    - name: mock keystore.properties
+      run: echo "releaseKeystorePath=mock" > keystore.properties
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
     - name: Build with Gradle
-      run: ./gradlew build
+      run: ./gradlew android:buildDebug