|
|
@ -49,6 +49,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
name: ${{ inputs.artifact_name }}
|
|
|
|
name: ${{ inputs.artifact_name }}
|
|
|
|
path: ./artifact
|
|
|
|
path: ./artifact
|
|
|
|
|
|
|
|
continue-on-error: true
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Module artifact
|
|
|
|
- name: Download Module artifact
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
|
uses: actions/download-artifact@v4
|
|
|
@ -56,6 +57,7 @@ jobs:
|
|
|
|
pattern: ${{ inputs.artifact_name }}-*
|
|
|
|
pattern: ${{ inputs.artifact_name }}-*
|
|
|
|
merge-multiple: true
|
|
|
|
merge-multiple: true
|
|
|
|
path: ./artifact
|
|
|
|
path: ./artifact
|
|
|
|
|
|
|
|
continue-on-error: true
|
|
|
|
|
|
|
|
|
|
|
|
- name: 7z Module
|
|
|
|
- name: 7z Module
|
|
|
|
run: 7z a -t7z "${{ inputs.mod_filename }}.7z" ./artifact/* -mx9
|
|
|
|
run: 7z a -t7z "${{ inputs.mod_filename }}.7z" ./artifact/* -mx9
|
|
|
|