actions-test/.gitea/workflows/build.yml
jusax23 679da69755
Some checks failed
/ build (push) Failing after 21s
apk build action
2024-02-26 12:31:18 +01:00

16 lines
No EOL
298 B
YAML

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