Travis: skip cleanup before deploy (#3919)

This commit is contained in:
ctrlaltca 2020-03-20 17:23:49 +01:00 committed by GitHub
parent c5e0b08800
commit ca618c6cc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,6 +139,7 @@ deploy:
secure: mLMF41q7xgOR1sjczsilEy7HQis2PkZCzhfOGbn/8FoOQnmmPOZjrsdhn06ZSl3SFsbfCLuClDYXAbFscQmdgjcGN5AmHV+JYfW650QEuQa/f4/lQFsVRtEqUA1O3FQ0OuRxdpCfJubZBdFVH8SbZ93GLC5zXJbkWQNq+xCX1fU=
name: "Cockatrice $TRAVIS_TAG"
release_notes: "Beta release of Cockatrice"
skip_cleanup: true
file_glob: true
file: "build/Cockatrice-*"
overwrite: true
@ -153,6 +154,7 @@ deploy:
- provider: releases
token:
secure: mLMF41q7xgOR1sjczsilEy7HQis2PkZCzhfOGbn/8FoOQnmmPOZjrsdhn06ZSl3SFsbfCLuClDYXAbFscQmdgjcGN5AmHV+JYfW650QEuQa/f4/lQFsVRtEqUA1O3FQ0OuRxdpCfJubZBdFVH8SbZ93GLC5zXJbkWQNq+xCX1fU=
skip_cleanup: true
file_glob: true
file: "build/Cockatrice-*"
overwrite: true