added automated release
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 17s

This commit is contained in:
2026-01-19 23:05:51 +01:00
parent 588843a989
commit 1d9ace45a1

View File

@@ -1,7 +1,5 @@
name: Flutter APK Build
uses:
on:
push:
branches:
@@ -62,3 +60,20 @@ jobs:
name: flutter-apk
path: build/app/outputs/flutter-apk/app-release.apk
retention-days: 30
- name: Create Gitea release
uses: akkuman/gitea-release-action@v1.0.7
env:
GITEA_TOKEN: ${{ secrets.RUNNER_CREATE_RELEASE }}
with:
# tag & name: adjust to your versioning
tag_name: "v0.1.${{ github.run_number }}"
name: "Flutter Android v0.1.${{ github.run_number }}"
body: "Automated build from CI"
draft: false
prerelease: false
files: |
build/app/outputs/flutter-apk/app-release.apk
gitea_url: "https://git.skup.in"
owner: "marco"
repo: "maps_bookmarks"