|
|
@ -43,9 +43,16 @@ jobs:
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: ${{ inputs.artifact_name }}
|
|
|
|
name: ${{ inputs.artifact_name }}
|
|
|
|
|
|
|
|
path: ./artifact
|
|
|
|
|
|
|
|
continue-on-error: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Module artifact Pattern
|
|
|
|
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
|
|
|
|
with:
|
|
|
|
pattern: ${{ inputs.artifact_name }}-*
|
|
|
|
pattern: ${{ inputs.artifact_name }}-*
|
|
|
|
merge-multiple: true
|
|
|
|
merge-multiple: true
|
|
|
|
path: ./artifact
|
|
|
|
path: ./artifact
|
|
|
|
|
|
|
|
continue-on-error: true
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install Bannerlord.ChangelogParser
|
|
|
|
- name: Install Bannerlord.ChangelogParser
|
|
|
|
if: ${{ inputs.mod_description == '' }}
|
|
|
|
if: ${{ inputs.mod_description == '' }}
|
|
|
|