Skip to content

Commit 5f544ec

Browse files
committed
Fix typo
1 parent d87e1f3 commit 5f544ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,9 @@ jobs:
472472
- uses: actions/download-artifact@v3
473473
with:
474474
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
475+
- uses: actions/download-artifact@v3
476+
with:
477+
name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
478478
- name: Release
479479
uses: softprops/action-gh-release@v1
480480
with:

0 commit comments

Comments
 (0)