Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-wasm-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Sep 24, 2024
2 parents 7ffaaaf + 3a5ee0e commit a24c78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-binaries-and-push-to-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
commit_hash=$(git rev-parse --short HEAD)
echo "Semantic Version of current binary: $semver"
cd ..
mkdir -p ./binary_file/$commit_hash/
sudo mv axelar-core/bin/axelard ./binary_file/$commit_hash/axelard-linux-amd64-$semver
echo "binary-directory=./binary_file" >> $GITHUB_OUTPUT
mkdir -p ./$commit_hash/
sudo mv axelar-core/bin/axelard ./$commit_hash/axelard-linux-amd64-$semver
echo "binary-directory=./$commit_hash" >> $GITHUB_OUTPUT
- name: List contents of root directory
run: ls -la
Expand Down

0 comments on commit a24c78d

Please sign in to comment.