Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tytydraco authored Dec 17, 2021
1 parent 6a37f51 commit e6adc06
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build

on:
workflow_dispatch:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: tytydraco/android-public-build@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6adc06

Please sign in to comment.