File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ aws s3api put-object \
33
33
--content-type=" application/octet-stream" \
34
34
--body " ./artifacts/${PKG_NAME} .tar.gz" \
35
35
--key " ${DEST_KEY} /${PKG_NAME} _${VERSION} .tar.gz" \
36
- --grant-full-control id=" ${SIGSCI_PROD_CANONICAL_ID } "
36
+ --grant-full-control id=" ${PROD_ID } "
37
37
38
38
# Metadata files
39
39
aws s3api put-object \
@@ -42,15 +42,15 @@ aws s3api put-object \
42
42
--content-type=" text/plain; charset=UTF-8" \
43
43
--body " VERSION" \
44
44
--key " ${DEST_KEY} /VERSION" \
45
- --grant-full-control id=" ${SIGSCI_PROD_CANONICAL_ID } "
45
+ --grant-full-control id=" ${PROD_ID } "
46
46
47
47
aws s3api put-object \
48
48
--bucket " ${DEST_BUCKET} " \
49
49
--cache-control=" max-age=300" \
50
50
--content-type=" text/plain; charset=UTF-8" \
51
51
--body " CHANGELOG.md" \
52
52
--key " ${DEST_KEY} /CHANGELOG.md" \
53
- --grant-full-control id=" ${SIGSCI_PROD_CANONICAL_ID } "
53
+ --grant-full-control id=" ${PROD_ID } "
54
54
55
55
56
56
You can’t perform that action at this time.
0 commit comments