Commit 86b2ae8c authored by Daniel Agar's avatar Daniel Agar

appveyor simplify artifact handling

parent 2602a699
...@@ -32,7 +32,7 @@ before_deploy: ...@@ -32,7 +32,7 @@ before_deploy:
- dir %APPVEYOR_BUILD_FOLDER% - dir %APPVEYOR_BUILD_FOLDER%
artifacts: artifacts:
- path: './qgroundcontrol-installer.exe' - path: qgroundcontrol-installer.exe
name: s3 name: s3
deploy: deploy:
...@@ -44,13 +44,13 @@ deploy: ...@@ -44,13 +44,13 @@ deploy:
bucket: qgroundcontrol bucket: qgroundcontrol
set_public: true set_public: true
folder: $(APPVEYOR_REPO_BRANCH) folder: $(APPVEYOR_REPO_BRANCH)
artifact: './qgroundcontrol-installer.exe' artifact: s3
on: on:
CONFIG: installer CONFIG: installer
- provider: GitHub - provider: GitHub
auth_token: auth_token:
secure: dzWLqd0eTKjrAWC5LgqVnwLemmrNdddGA2ZZn/OthAP37mwCLkP2C1zil7ivmEE8 secure: dzWLqd0eTKjrAWC5LgqVnwLemmrNdddGA2ZZn/OthAP37mwCLkP2C1zil7ivmEE8
artifact: './qgroundcontrol-installer.exe' artifact: s3
draft: false draft: false
prerelease: false prerelease: false
on: on:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment