mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(release): release notes path (#2861)
This commit is contained in:
parent
89cc9e8844
commit
1fc52466b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue