mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove s3 upload for nightlies
This commit is contained in:
parent
ea5f6ca0f4
commit
b26a6bd9d2
1 changed files with 0 additions and 7 deletions
|
@ -122,13 +122,6 @@ deploy:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue