Skip to content

Another attempt at fixing release deletion #72

Another attempt at fixing release deletion

Another attempt at fixing release deletion #72

Workflow file for this run

name: Android CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew buildPlayStoreDebug