release-action
Some checks failed
Flutter Schmutter / release (push) Has been cancelled
Flutter Schmutter / build (push) Has been cancelled

This commit is contained in:
Flummi 2025-06-03 13:24:06 +02:00
parent 1e799a289c
commit 3cec98363f

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- 'v*'
jobs:
build:
@ -35,3 +37,18 @@ jobs:
- name: build apk
run: flutter build apk --release
release:
runs-on: ubuntu-latest
needs: build
if: startsWith(gitea.ref, 'refs/tags/')
steps:
- name: checkout code
uses: actions/checkout@v4
- name: release apk
uses: akkuman/gitea-release-action@v1
api_key: '${{secrets.RELEASE_TOKEN}}'
files: |-
build/app/outputs/flutter-apk/app-release.apk