build(pre-release.yml): dynamically set artifact name based on release type input to ensure correct artifact is downloaded
This commit is contained in:
parent
861955bebe
commit
f9026ba8f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
name: dist${{ inputs.release_type }}
|
||||
path: dist
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue