build(pre-release.yml): dynamically set artifact name based on release type input to ensure correct artifact is downloaded

This commit is contained in:
ogabrielluiz 2024-05-28 22:08:49 -03:00
commit f9026ba8f6

View file

@ -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