Skip to content

Commit

Permalink
fix: Correct downloaded atrifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
thebongy committed May 1, 2020
1 parent 23fc531 commit 9bdf552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: juno-node-${{ steps.version_check.outputs.releaseVersion }}
name: juno-node-${{ steps.version_check.outputs.rawVersion }}

- name: Publish Release
id: create_release
Expand Down

0 comments on commit 9bdf552

Please sign in to comment.