Update release-steam.yml

master
Alexey Chernyshov 3 years ago committed by GitHub
parent 74ca002f11
commit ce7040498c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,11 @@ jobs:
name: ${{ inputs.artifact_name }}
path: ./artifact
- name: Install Bannerlord.ChangelogParser
if: ${{ inputs.mod_description == '' }}
run: dotnet tool install -g Bannerlord.ChangelogParser;
shell: pwsh
- name: Set Description
if: ${{ inputs.mod_description == '' }}
id: set_description

Loading…
Cancel
Save