Skip to content

Commit

Permalink
chore: fix missing quotes in aws command (#1309)
Browse files Browse the repository at this point in the history
fix missing quotes in aws command.
  • Loading branch information
ricardomaraschini authored Oct 10, 2024
1 parent e31ffda commit e89b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-k0s-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
exit 1
fi
# upload the file
aws s3 cp "k0s/k0s s3://${S3_BUCKET}/${object_key}"
aws s3 cp "k0s/k0s" "s3://${S3_BUCKET}/${object_key}"
echo "::notice ::Binary uploaded to https://${S3_BUCKET}.s3.amazonaws.com/${object_key}"

0 comments on commit e89b311

Please sign in to comment.