Update release-nexusmods.yml

master
Vitalii Mikhailov 1 year ago committed by GitHub
parent af23d7b2f3
commit afc7cad211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,7 +92,7 @@ jobs:
run: | run: |
if ${{ inputs.mod_description == '' }} if ${{ inputs.mod_description == '' }}
then then
desc="$(bannerlord_changelog_parser ${{ inputs.mod_description_full && 'fulldescription' || 'description }}' -f "$PWD/changelog.txt")" desc="$(bannerlord_changelog_parser ${{ inputs.mod_description_full && 'fulldescription' || 'description' }} -f "$PWD/changelog.txt")"
desc="${desc//'%'/'%25'}" desc="${desc//'%'/'%25'}"
desc="${desc//$'"'/'%22'}" desc="${desc//$'"'/'%22'}"
desc="${desc//$'\n'/'%0A'}" desc="${desc//$'\n'/'%0A'}"

Loading…
Cancel
Save