fix(ci): releasenotes path? (#2867)

This commit is contained in:
James Rich 2025-08-27 05:35:48 -05:00 committed by GitHub
parent 86c0285f69
commit a6cc3191c2
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: |