add release workflow for fdroid flutter version pinning

This commit is contained in:
Ujwal
2026-02-25 18:04:02 +05:45
parent b5ef642683
commit f87597276c

12
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.38.7'