apk build action
Some checks failed
/ build (push) Failing after 21s

This commit is contained in:
jusax23 2024-02-26 12:31:18 +01:00
parent 7174a03cf2
commit 679da69755
Signed by: jusax23
GPG key ID: 4A6CED31031AE931

View file

@ -0,0 +1,16 @@
on:
push:
tags:
- v*
jobs:
build:
runs-on: flutter
steps:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Checkout Repository
uses: actions/checkout@v3
- run: flutter --version
- run: flutter build apk --release