Skip to content

Commit

Permalink
Update matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wrkzdev committed Jan 20, 2020
1 parent e5469a2 commit a5ae8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
-H "Date: ${dateValue}" \
-H "Content-Type: ${contentType}" \
-H "Authorization: AWS ${s3Key}:${signature}" \
https://${AWS_S3_BUCKET}.s3.fr-par.scw.cloud/${DEST_DIR}/${OUT_FILENAME}
"https://${AWS_S3_BUCKET}.s3.fr-par.scw.cloud/${DEST_DIR}/${OUT_FILENAME}"
elif [ "$RUNNER_OS" == "macOS" ]; then
~/.local/bin/aws configure set aws_access_key_id ${AWS_ACCESS_KEY_ID}
~/.local/bin/aws configure set aws_secret_access_key ${AWS_SECRET_ACCESS_KEY}
Expand Down

0 comments on commit a5ae8e4

Please sign in to comment.