actions-test/.gitea/workflows/build.yml
jusax23 9332f72cca
Some checks failed
Tag Action / build (push) Failing after 1m20s
build action, version update
2024-02-25 21:27:41 +01:00

18 lines
No EOL
335 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:
channel: 'beta'
- run: flutter --version
- run: flutter build apk