We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e702f6c commit d448ec0Copy full SHA for d448ec0
.github/actions/build_ami/action.yaml
@@ -87,8 +87,10 @@ runs:
87
FILE=$(echo $ARTIFACTS | jq -r '.[0].name')
88
unzip -o -d ./scripts/aws/uid2-operator-ami/artifacts $FILE.zip
89
rm $FILE.zip
90
+ ls -al ./scripts/aws/uid2-operator-ami/artifacts/
91
zip "./scripts/aws/uid2-operator-ami/artifacts/uid2operatoreif.zip" "./scripts/aws/uid2-operator-ami/artifacts/uid2operator.eif"
- ls -al
92
+ rm ./scripts/aws/uid2-operator-ami/artifacts/uid2operator.eif
93
94
95
- name: Configure UID2 AWS credentials
96
uses: aws-actions/configure-aws-credentials@v4
0 commit comments