actions-test/.gitea/workflows/build.yml

13 lines
221 B
YAML
Raw Normal View History

2024-02-26 12:27:44 +01:00
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