We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af9b57 commit d2ad27cCopy full SHA for d2ad27c
1 file changed
appveyor.yml
@@ -41,8 +41,8 @@ artifacts:
41
42
deploy:
43
- provider: S3
44
- access_key_id: %AWS_ACCESS_KEY_ID%
45
- secret_access_key: %AWS_SECRET_ACCESS_KEY%
+ access_key_id: "%AWS_ACCESS_KEY_ID%"
+ secret_access_key: "%AWS_SECRET_ACCESS_KEY%"
46
bucket: openfodder-builds
47
artifact: OpenFodder-%ARCH%-%CONFIGURATION%-latest.zip
48
set_public: true
0 commit comments