actions-test/.gitea/workflows/build.yml

16 lines
298 B
YAML
Raw Normal View History

2024-02-26 12:31:18 +01:00
on:
push:
tags:
- v*
jobs:
build:
runs-on: flutter
steps:
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Checkout Repository
uses: actions/checkout@v3
- run: flutter --version
- run: flutter build apk --release