We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87e1f3 commit 5f544ecCopy full SHA for 5f544ec
.github/workflows/release.yaml
@@ -472,9 +472,9 @@ jobs:
472
- uses: actions/download-artifact@v3
473
with:
474
name: check_hw_${{ steps.get_version.outputs.VERSION }}.tar.gz
475
- - uses: actions/download-artifact@v3
476
- with:
477
- name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
+ - uses: actions/download-artifact@v3
+ with:
+ name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
478
- name: Release
479
uses: softprops/action-gh-release@v1
480
0 commit comments