-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe89634
commit b873082
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
git config user.email "[email protected]" | ||
mkdir -p linux | ||
echo "SHA256 checksum for the binary: $(sha256sum ${{ github.workspace }}/router-chain-binaries/router-relayer.tar.gz)" | ||
git rm -rf linux/router-relayer.tar.gz | ||
rm linux/router-relayer.tar.gz | ||
mv ${{ github.workspace }}/router-chain-binaries/router-relayer.tar.gz ./linux/ | ||
git add linux/router-relayer.tar.gz | ||
git commit -m "Latest relayer executable updated: $(date +'%Y-%m-%d %H:%M:%S')" | ||
|