We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa2b70 commit 7091b98Copy full SHA for 7091b98
1 file changed
.github/workflows/deploy.yml
@@ -192,7 +192,7 @@ jobs:
192
name=$(basename "$archive_basename" .tar.gz)
193
platform=$(tar -axf "$archive" "$name/readme.txt" -O | grep '^Platform: ' | cut -c 11-)
194
archive_url="${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/$archive_basename"
195
- echo "- [$platform]($archive_url) ([GPG Sig]($archive_url.sig))" >> release-notes.md
+ echo "- [$platform]($archive_url) ([GPG Sig]($archive_url.sig))" >> dist/release-notes.md
196
done
197
198
- name: Create release
0 commit comments