fix(release): release notes path (#2861)

This commit is contained in:
James Rich 2025-08-26 19:09:33 -05:00 committed by GitHub
parent 89cc9e8844
commit 1fc52466b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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