Skip to content

Commit

Permalink
Update cloudfront.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
major authored Sep 24, 2023
1 parent c899679 commit 2eaa4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudfront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Download s3deploy
run: |
LATEST_HUGO_VERSION=$(grep s3deploy go.mod | awk '{print $NF}' | sed 's/^v//')
S3DEPLOY_VERSION=$(grep s3deploy go.mod | awk '{print $NF}' | sed 's/^v//')
curl -sLO https://github.com/bep/s3deploy/releases/download/v${S3DEPLOY_VERSION}/s3deploy_${S3DEPLOY_VERSION}_linux-amd64.tar.gz
tar -xzf s3deploy_${S3DEPLOY_VERSION}_linux-amd64.tar.gz s3deploy
chmod +x s3deploy
Expand Down

0 comments on commit 2eaa4f0

Please sign in to comment.