Skip to content

Improve packaging

Improve packaging #195

Workflow file for this run

name: build
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: prerequisites
run: >-
sudo apt update --allow-unauthenticated --allow-insecure-repositories &&
sudo apt install gettext openjdk-11-jdk
- name: build
run: ./gradlew package