oge
All checks were successful
Flutter Schmutter / build (push) Successful in 3m0s

This commit is contained in:
2025-06-03 14:20:27 +02:00
parent 107617bb7d
commit 6c7c04fb05
2 changed files with 11 additions and 54 deletions

View File

@ -2,8 +2,8 @@ name: Flutter Schmutter
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
build:
@ -35,3 +35,12 @@ jobs:
- name: build apk
run: flutter build apk --release
- name: release-build
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch'
with:
files: |-
build/app/outputs/flutter-apk/app-release.apk
token: '${{secrets.RELEASE_TOKEN}}'