Skip to content

Commit

Permalink
Merge branch 'chore/go-version' into ci/blacksmith
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Sep 23, 2024
2 parents dac067f + 8599e80 commit 279f32d
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 279f32d

Please sign in to comment.