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

18 lines
343 B
YAML
Raw Normal View History

2024-02-25 21:31:19 +01:00
name: Tag Action
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: apt-get update && apt-get install jq -y
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.1
- run: flutter --version
- run: flutter build apk