Update release-nexusmods.yml

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

@ -112,7 +112,7 @@ jobs:
- name: Run BUTR.NexusUploader
run: |
unex upload ${{ inputs.nexusmods_mod_id }} "${{ inputs.mod_filename }}.7z" -v "v${{ steps.set_version.outputs.mod_version }}" -f "${{ inputs.mod_filename }}";
unex changelog "v${{ steps.set_version.outputs.mod_version }}" "${{ steps.set_description.outputs.mod_changelog }}" -m "${{ inputs.nexusmods_mod_id }}";
unex changelog "v${{ steps.set_version.outputs.mod_version }}" -c "${{ steps.set_description.outputs.mod_changelog }}" -m "${{ inputs.nexusmods_mod_id }}";
shell: pwsh
env:
UNEX_GAME: ${{ inputs.nexusmods_game_id }}

Loading…
Cancel
Save