mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 15:00:27 +00:00
Lets try to get artifacts in S3
This commit is contained in:
parent
78b7e51f90
commit
63ba268c21
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user