build: Set commit message as changelog for internal builds

This commit is contained in:
Christian Kußowski 2025-06-21 08:47:30 +02:00
commit 44b577e978
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 6 additions and 69 deletions

View file

@ -67,6 +67,9 @@ jobs:
run: ./scripts/prepare-android-release.sh
- name: Build Android Release
run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64
- name: Set changelog
working-directory: android/fastlane/metadata/android/en-US/changelogs
run: git log --no-merges -1 --pretty=%B > default.txt
- name: Deploy Android Release
run: |
mkdir -p build/android

View file

@ -151,6 +151,7 @@ jobs:
ruby-version: '3.3'
- uses: moonrepo/setup-rust@v1
- name: Install Fastlane
working-directory: android
run: gem install fastlane -NV
- name: Apply Google Services Patch
run: git apply ./scripts/enable-android-google-services.patch