Skip to content

Updates.

Updates. #226

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: ./gradlew build buildDeb buildRpm