kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix(release): use correct GitHub release URL for Play Store whatsnew (#2870)
rodzic
05c46f326f
commit
02abba43a0
|
|
@ -232,7 +232,7 @@ jobs:
|
|||
- name: Create Play Store whatsnew File
|
||||
run: |
|
||||
mkdir -p whatsnew
|
||||
echo "For detailed release notes, please visit: ${{ steps.create_gh_release.outputs.html_url }}" > whatsnew/whatsnew-en-US
|
||||
echo "For detailed release notes, please visit: ${{ steps.create_gh_release.outputs.url }}" > whatsnew/whatsnew-en-US
|
||||
shell: bash
|
||||
|
||||
# Attest the build artifacts for supply chain security.
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue