Skip to content

Moving publish to oist repo #29

Moving publish to oist repo

Moving publish to oist repo #29

Workflow file for this run

name: Build Check
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: 'true'
- name: Build
with:
gradle-encryption-key: ${{ secrets.GradleEncryptionKey }}
github-user: ${{ github.actor }}
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: ./.github/actions/build-apk