Merge branch 'main' into release/2.7.0

This commit is contained in:
James Rich 2025-08-27 05:39:39 -05:00 committed by GitHub
commit 57a03656f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,8 +222,8 @@ jobs:
- name: Prepare Play Store Release Notes
if: steps.generate_changelog.outputs.changelog != ''
run: |
mkdir -p whatsnew/whatsnew-en-US
echo "${{ steps.generate_changelog.outputs.changelog }}" > whatsnew/whatsnew-en-US/default.txt
mkdir -p whatsnew
echo "${{ steps.generate_changelog.outputs.changelog }}" > whatsnew/whatsnew-en-US.txt
- name: Create version_info.txt
run: |