|
|
|
@ -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 }}
|
|
|
|
|