mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-08-17 11:40:21 +02:00
add release workflow for fdroid flutter version pinning
This commit is contained in:
@@ -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'
|
||||||
Reference in New Issue
Block a user