Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Aug 16, 2024
1 parent 0927deb commit 261bff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-geth-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 261bff8

Please sign in to comment.