added automated release
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 17s
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 17s
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
name: Flutter APK Build
|
name: Flutter APK Build
|
||||||
|
|
||||||
uses:
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -62,3 +60,20 @@ jobs:
|
|||||||
name: flutter-apk
|
name: flutter-apk
|
||||||
path: build/app/outputs/flutter-apk/app-release.apk
|
path: build/app/outputs/flutter-apk/app-release.apk
|
||||||
retention-days: 30
|
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"
|
||||||
Reference in New Issue
Block a user