actions-test/.gitea/workflows/build.yml
jusax23 80ab81f1f1
All checks were successful
/ build (push) Successful in 3m48s
apk build action
2024-02-26 12:46:02 +01:00

16 lines
No EOL
340 B
YAML

on:
push:
tags:
- v*
jobs:
build:
runs-on: default
container:
image: ghcr.io/cirruslabs/flutter:stable
steps:
- run: apt-get update && apt-get install nodejs -y
- name: Checkout Repository
uses: actions/checkout@v3
- run: flutter --version
- run: flutter build apk --release