|
|
@ -127,8 +127,11 @@ jobs:
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
run: >
|
|
|
|
run: >
|
|
|
|
gh release create ${{ github.ref_name }} DiscordChatExporter.Cli.zip DiscordChatExporter.zip
|
|
|
|
gh release create "${{ github.ref_name }}"
|
|
|
|
--title ${{ github.ref_name }}
|
|
|
|
"DiscordChatExporter.Cli.zip"
|
|
|
|
|
|
|
|
"DiscordChatExporter.zip"
|
|
|
|
|
|
|
|
--repo "${{ github.event.repository.full_name }}"
|
|
|
|
|
|
|
|
--title "${{ github.ref_name }}"
|
|
|
|
--notes "[Changelog](${{ github.event.repository.html_url }}/blob/${{ github.ref_name }}/Changelog.md)"
|
|
|
|
--notes "[Changelog](${{ github.event.repository.html_url }}/blob/${{ github.ref_name }}/Changelog.md)"
|
|
|
|
--verify-tag
|
|
|
|
--verify-tag
|
|
|
|
|
|
|
|
|
|
|
|