Skip to content

Commit 9bdf552

Browse files
committed
fix: Correct downloaded atrifact name
1 parent 23fc531 commit 9bdf552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Download Artifact
122122
uses: actions/download-artifact@v2
123123
with:
124-
name: juno-node-${{ steps.version_check.outputs.releaseVersion }}
124+
name: juno-node-${{ steps.version_check.outputs.rawVersion }}
125125

126126
- name: Publish Release
127127
id: create_release

0 commit comments

Comments
 (0)