Skip to content

Commit 919d7d1

Browse files
committed
Update release CI
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent 50eccc7 commit 919d7d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
chmod u+x $ARCHIVE_FILE_NAME/$BUILT_BINARY_NAME
5050
$ARCHIVE_FILE_NAME/$BUILT_BINARY_NAME version
5151
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
52+
- uses: actions/upload-artifact@v3
53+
with:
54+
name: go-ethereum-artifact
55+
path: $ARCHIVE_FILE_NAME.tar.gz
5656
- name: Get release
5757
id: get_release
5858
uses: bruceadams/get-release@v1.2.3

0 commit comments

Comments
 (0)