Skip to content

Commit 927f2e9

Browse files
fix prod id
1 parent 5025105 commit 927f2e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

make.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ aws s3api put-object \
3333
--content-type="application/octet-stream" \
3434
--body "./artifacts/${PKG_NAME}.tar.gz" \
3535
--key "${DEST_KEY}/${PKG_NAME}_${VERSION}.tar.gz" \
36-
--grant-full-control id="${SIGSCI_PROD_CANONICAL_ID}"
36+
--grant-full-control id="${PROD_ID}"
3737

3838
# Metadata files
3939
aws s3api put-object \
@@ -42,15 +42,15 @@ aws s3api put-object \
4242
--content-type="text/plain; charset=UTF-8" \
4343
--body "VERSION" \
4444
--key "${DEST_KEY}/VERSION" \
45-
--grant-full-control id="${SIGSCI_PROD_CANONICAL_ID}"
45+
--grant-full-control id="${PROD_ID}"
4646

4747
aws s3api put-object \
4848
--bucket "${DEST_BUCKET}" \
4949
--cache-control="max-age=300" \
5050
--content-type="text/plain; charset=UTF-8" \
5151
--body "CHANGELOG.md" \
5252
--key "${DEST_KEY}/CHANGELOG.md" \
53-
--grant-full-control id="${SIGSCI_PROD_CANONICAL_ID}"
53+
--grant-full-control id="${PROD_ID}"
5454

5555

5656

0 commit comments

Comments
 (0)