Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshbhagi committed Feb 23, 2024
1 parent fe89634 commit b873082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Relayer-Ubuntu-Latest-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down

0 comments on commit b873082

Please sign in to comment.