Skip to content

Commit bdec3df

Browse files
committed
add download pattern to release
1 parent 8079c5a commit bdec3df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
uses: actions/download-artifact@v4
142142
with:
143143
path: artifacts
144+
pattern: ${{ env.BIN_NAME }}*
144145

145146
- name: Get cli version from Cargo.toml
146147
id: version

0 commit comments

Comments
 (0)