actions-test/.gitea/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: could not find expected ':'
2024-02-26 12:44:22 +01:00

18 lines
No EOL
352 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
- name: Checkout Repository
uses: actions/checkout@v3
- run: flutter --version
- run: flutter build apk --release