Merge remote-tracking branch 'origin/master' into update/target-sdk-35

This commit is contained in:
Philipp Crocoll
2025-07-22 09:51:25 +02:00
24 changed files with 1032 additions and 49 deletions

View File

@@ -3,10 +3,9 @@ env:
NAME: 'Release'
on:
push:
tags:
- "v1.*"
workflow_dispatch: # Allows manual triggering of the workflow
# the workflow is always triggered manually. This allows to test the apks
# before publishing the release and not having a broken tag in the repo if that test fails.
workflow_dispatch:
jobs:
build-release: