DEADSOFTWARE

Update version
[cavedroid.git] / .github / workflows / android.yml
index 027466b73eaaf24bffd87f8f978ac263a97b5901..6621b01f58debfe0aa815b1917743a74d7c7495a 100644 (file)
@@ -21,8 +21,8 @@ jobs:
         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
-      run: ./gradlew build
+      run: ./gradlew android:buildDebug