update gihub flows

This commit is contained in:
2021-05-01 22:32:34 +06:00
parent c2cb9e3f28
commit ef3313ce8d
3 changed files with 63 additions and 51 deletions

12
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Publish package to GitHub Packages
on: [push]
jobs:
publishing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build
run: ./gradlew build