We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6756e38 commit d95d488Copy full SHA for d95d488
.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