Skip to content

Commit 769d33f

Browse files
committed
(f) meaningful variable names
1 parent d60f617 commit 769d33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Download artifacts
111111
uses: actions/download-artifact@v4
112112
with:
113-
pattern: ${{ env.ARTIFACT_NAME }}-*
113+
pattern: ${{ env.ARTIFACT_PREFIX }}*
114114
merge-multiple: true
115115
path: ${{ env.DIST_DIR }}
116116

0 commit comments

Comments
 (0)