mirror of
https://github.com/janet-lang/janet
synced 2025-10-03 10:02:30 +00:00
Lets try to get artifacts in S3
This commit is contained in:
@@ -11,3 +11,6 @@ compiler:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
addons:
|
||||||
|
artifacts: true
|
||||||
|
@@ -42,3 +42,12 @@ artifacts:
|
|||||||
- path: janet.lib
|
- path: janet.lib
|
||||||
name: janet.lib
|
name: janet.lib
|
||||||
type: File
|
type: File
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: S3
|
||||||
|
access_key_id:
|
||||||
|
secure: lQSFzZA0+s1bAWb+CM5tX8L/yer6i6mM2HlIDDyfvIk=
|
||||||
|
secret_access_key:
|
||||||
|
secure: WsOLIEb6VDfK37ZhIpfftuMlyKLvbGYIbHfFRgaE9+58JN9E+tfoMteG3RqqmtRZ
|
||||||
|
bucket: janet-releases
|
||||||
|
folder: $(APPVEYOR_PROJECT_SLUG)/$(APPVEYOR_BUILD_VERSION)
|
||||||
|
Reference in New Issue
Block a user