1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Push changelog to bucket

This commit is contained in:
Luke Ceddia 2021-12-23 23:37:59 +11:00
parent 41052e9e73
commit 18c33837a7
No known key found for this signature in database
GPG key ID: 319344384A0759B0

View file

@ -9,5 +9,8 @@ cd ..
mv qb64 "${dirname}"
tar --create --auto-compress --file ${filename} --exclude-from=${dirname}/.ci/common-exclusion.list --exclude-from=${dirname}/.ci/$OS-exclusion.list ${dirname}
aws --endpoint-url ${S3_ENDPOINT} s3api put-object --bucket ${BUCKET} --body ${filename} --acl public-read --key development-builds/${filename}
if [[ $OS == lnx ]]; then
aws --endpoint-url ${S3_ENDPOINT} s3api put-object --bucket ${BUCKET} --body ${dirname}/CHANGELOG.md --acl public-read --key development-builds/changelog.md
fi
# Move it back so the post-job cleanup doesn't complain
mv "${dirname}" qb64