Skip to content

Commit f466702

Browse files
committed
fx
1 parent 6048746 commit f466702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing-release-self-hosted-runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
id: getCommitId
8484
run: |
8585
mkdir $GITHUB_WORKSPACE/build-arm64 $GITHUB_WORKSPACE/build-amd64 $GITHUB_WORKSPACE/build-amd64v2
86+
cd erigon;
8687
echo "id=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
8788
echo "short_commit_id=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT
8889
echo "parsed_version=$(echo ${{ inputs.release_version }} | sed -e 's/^v//g')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)