actions-test/.gitea/workflows/build.yml
jusax23 9233852c85
Some checks failed
/ build (push) Failing after 56s
apk build action
2024-02-26 12:27:44 +01:00

13 lines
No EOL
221 B
YAML

on:
push:
tags:
- v*
jobs:
build:
runs-on: flutter
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- run: flutter --version
- run: flutter build apk --release