Skip to content

Commit

Permalink
build(pre-release.yml): dynamically set artifact name based on releas…
Browse files Browse the repository at this point in the history
…e type input to ensure correct artifact is downloaded
  • Loading branch information
ogabrielluiz committed May 29, 2024
1 parent 861955b commit f9026ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9026ba

Please sign in to comment.