Update release-nexusmods.yml

master
Vitalii Mikhailov 2 years ago committed by GitHub
parent c380eee485
commit 8770d8ef4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,6 +48,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ inputs.artifact_name }}
path: ./artifact
- name: Download Module artifact
uses: actions/download-artifact@v4
with:
pattern: ${{ inputs.artifact_name }}-*
merge-multiple: true
path: ./artifact

Loading…
Cancel
Save