diff options
author | Joe <rubberduckie3554@gmail.com> | 2020-01-04 14:27:50 -0500 |
---|---|---|
committer | Joe <rubberduckie3554@gmail.com> | 2020-01-04 14:27:50 -0500 |
commit | 0222996cbdad10eaa8fdd3bbca89bdafbbfa1eca (patch) | |
tree | be0da4014a0523cd88b6f0c46b0d79508bda14b7 | |
parent | Move visitors out of TimelineModel (diff) | |
download | nheko-0222996cbdad10eaa8fdd3bbca89bdafbbfa1eca.tar.xz |
Upload windows nightlies to S3
-rw-r--r-- | appveyor.yml | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml index c17057b6..c79b3dd9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -138,15 +138,22 @@ on_success: - if "%APPVEYOR_REPO_TAG%" == "true" (curl -T nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe -uredsky17:%BINTRAY_APIKEY% https://api.bintray.com/content/nheko-reborn/nheko/%APPVEYOR_REPO_TAG_NAME%/nheko/%APPVEYOR_REPO_TAG_NAME%/) deploy: - description: "Development builds" - provider: GitHub - auth_token: - secure: "ShStWeqp+TkYqJPQr7uFZb+B8ZTgC7Iwth+IkhjfRDCTLhy8gtWvlPzlQilder3E" - artifact: nheko-${APPVEYOR_REPO_TAG_NAME}-installer.exe - force_update: true - prerelease: true - on: - appveyor_repo_tag: true + - description: "Development builds" + provider: GitHub + auth_token: + secure: "ShStWeqp+TkYqJPQr7uFZb+B8ZTgC7Iwth+IkhjfRDCTLhy8gtWvlPzlQilder3E" + artifact: nheko-${APPVEYOR_REPO_TAG_NAME}-installer.exe + force_update: true + prerelease: true + on: + appveyor_repo_tag: true + - provider: S3 + access_key_id: ${AWS_ACCESS_KEY} + secret_access_key: ${AWS_SECRET_KEY} + bucket: ${AWS_BUCKET_NAME} + region: ${AWS_DEFAULT_REGION} + set_public: true + artifact: nheko-$(APPVEYOR_REPO_TAG_NAME)-installer.exe, nheko_win_64.zip artifacts: - path: nheko_win_64.zip |