Skip to content

Commit

Permalink
Create apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHerbst authored Jan 12, 2024
1 parent 04c935c commit 0054fb4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build APK

on:
push:
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Builds - build Flutter APK and create github release
uses: Dank-del/flutter-build-and-publish-action@v1

0 comments on commit 0054fb4

Please sign in to comment.