Skip to content
Snippets Groups Projects
Verified Commit c1993d63 authored by Joe Donofry's avatar Joe Donofry
Browse files

Upload build artifacts to s3 bucket

parent e85bd4a5
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,18 @@ script:
- sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
- cp ./.ci/bintray-release.json .
deploy:
- provider: s3
access_key_id: $ARTIFACTS_KEY
secret_access_key: $ARTIFACTS_SECRET
bucket: $ARTIFACTS_BUCKET
region: $AWS_DEFAULT_REGION
detect_encoding: true
cache_control: "max-age=31536000"
skip_cleanup: true
file_glob: true
file:
- nheko-${VERSION}-x86_64.AppImage
- nheko-${VERSION}.dmg
- provider: bintray
user: "redsky17"
key:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment