actions-test/.gitea/workflows/build.yml
jusax23 b8310de879
Some checks failed
Tag Action / build (push) Failing after 1m18s
build action, version update
2024-02-25 21:34:33 +01:00

18 lines
No EOL
343 B
YAML

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