diff --git a/.github/workflows/ci-geth-s3.yml b/.github/workflows/ci-geth-s3.yml index 45fccd86361f5..8a93db20fc4da 100644 --- a/.github/workflows/ci-geth-s3.yml +++ b/.github/workflows/ci-geth-s3.yml @@ -81,7 +81,7 @@ jobs: if [ "${{ matrix.platform }}" = "linux-amd64" ]; then echo "Uploading binary for internal use..." - aws s3 cp binary_name s3://iliad-geth-binaries/geth/geth-$VERSION --quiet + aws s3 cp $binary_name s3://iliad-geth-binaries/geth/geth-$VERSION --quiet # Update manifest file for linux-amd64 builds only aws s3 cp s3://iliad-geth-binaries/geth/manifest.txt manifest.txt --quiet || touch manifest.txt