|
|
|
@ -114,12 +114,12 @@ jobs:
|
|
|
|
description: ${{ steps.set_description.outputs.mod_description }}
|
|
|
|
description: ${{ steps.set_description.outputs.mod_description }}
|
|
|
|
file_category: main
|
|
|
|
file_category: main
|
|
|
|
|
|
|
|
|
|
|
|
- name: Update NexusMods Changelog
|
|
|
|
#- name: Update NexusMods Changelog
|
|
|
|
run: >-
|
|
|
|
# run: >-
|
|
|
|
unex changelog "${{ steps.set_version.outputs.mod_version }}"
|
|
|
|
# unex changelog "${{ steps.set_version.outputs.mod_version }}"
|
|
|
|
-c "${{ steps.set_description.outputs.mod_changelog }}"
|
|
|
|
# -c "${{ steps.set_description.outputs.mod_changelog }}"
|
|
|
|
-m "${{ inputs.nexusmods_mod_id }}";
|
|
|
|
# -m "${{ inputs.nexusmods_mod_id }}";
|
|
|
|
shell: pwsh
|
|
|
|
# shell: pwsh
|
|
|
|
env:
|
|
|
|
# env:
|
|
|
|
UNEX_GAME: ${{ inputs.nexusmods_game_id }}
|
|
|
|
# UNEX_GAME: ${{ inputs.nexusmods_game_id }}
|
|
|
|
UNEX_APIKEY: ${{ secrets.NEXUSMODS_APIKEY }}
|
|
|
|
# UNEX_APIKEY: ${{ secrets.NEXUSMODS_APIKEY }}
|
|
|
|
|