add: github actions

This commit is contained in:
lisonge 2021-11-07 17:17:01 +08:00
parent 26f6fd2e73
commit 0ba4ba827f

19
.github/workflows/Apk-Build.yml vendored Normal file
View File

@ -0,0 +1,19 @@
on:
workflow_dispatch:
inputs:
name:
description: 'Person to greet'
required: true
default: 'Mona the Octocat'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./gradlew build
# - name: Archive production artifacts
# uses: actions/upload-artifact@v2
# with:
# name: dist
# path: test.js