actions-test/.gitea/workflows/build.yml
jusax23 7ff31ea546
Some checks failed
Tag Action / build (push) Failing after 22s
build action, version update
2024-02-25 21:22:52 +01:00

17 lines
No EOL
282 B
YAML

name: Tag Action
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
- run: flutter --version
- run: flutter build apk