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 50eccc7 commit 919d7d1Copy full SHA for 919d7d1
.github/workflows/release.yml
@@ -49,10 +49,10 @@ jobs:
49
chmod u+x $ARCHIVE_FILE_NAME/$BUILT_BINARY_NAME
50
$ARCHIVE_FILE_NAME/$BUILT_BINARY_NAME version
51
tar cvfz $ARCHIVE_FILE_NAME.tar.gz $ARCHIVE_FILE_NAME
52
- - uses: actions/upload-artifact@v3
53
- with:
54
- name: derelay-artifact
55
- path: $ARCHIVE_FILE_NAME.tar.gz
+ - uses: actions/upload-artifact@v3
+ with:
+ name: go-ethereum-artifact
+ path: $ARCHIVE_FILE_NAME.tar.gz
56
- name: Get release
57
id: get_release
58
uses: bruceadams/get-release@v1.2.3
0 commit comments