Skip to content

Commit

Permalink
Update release CI
Browse files Browse the repository at this point in the history
Signed-off-by: Manjusaka <[email protected]>
  • Loading branch information
Zheaoli committed Jul 19, 2023
1 parent 50eccc7 commit 919d7d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
chmod u+x $ARCHIVE_FILE_NAME/$BUILT_BINARY_NAME
$ARCHIVE_FILE_NAME/$BUILT_BINARY_NAME version
tar cvfz $ARCHIVE_FILE_NAME.tar.gz $ARCHIVE_FILE_NAME
- uses: actions/upload-artifact@v3
with:
name: derelay-artifact
path: $ARCHIVE_FILE_NAME.tar.gz
- uses: actions/upload-artifact@v3
with:
name: go-ethereum-artifact
path: $ARCHIVE_FILE_NAME.tar.gz
- name: Get release
id: get_release
uses: bruceadams/[email protected]
Expand Down

0 comments on commit 919d7d1

Please sign in to comment.