Skip to content

Commit fb2fc17

Browse files
authored
Merge pull request #182 from pkendall64/fix-artifacts
Downgrade AWS CLI to fix artifact uploads
2 parents dff2ccc + 69b9ce1 commit fb2fc17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ jobs:
111111
AWS_ENDPOINT_URL: ${{ secrets.AWS_ENDPOINT_URL }}
112112
AWS_REGION: "auto"
113113
run: |
114+
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
115+
unzip awscliv2.zip
116+
sudo ./aws/install --update
117+
aws --version
118+
114119
if [[ -z $AWS_ACCESS_KEY_ID || -z $AWS_SECRET_ACCESS_KEY || -z $AWS_ENDPOINT_URL ]]; then
115120
echo "Artifactory credentials are not defined. Most likely action is running from pull request. Not a bug."
116121
exit 0

0 commit comments

Comments
 (0)