Browse Source

Merge pull request #8423 from DonLakeFlyer/TravisProvider

Use v2 provider for GitHub upload to work around travis bug
QGC4.4
Don Gagne 5 years ago committed by GitHub
parent
commit
2be08569d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.travis.yml

@ -270,6 +270,7 @@ deploy: @@ -270,6 +270,7 @@ deploy:
# deploy installers to Github releases if on a tag
- provider: releases
edge: true # Use V2 provider to work around V1 bug
api-key:
secure: K/Zqr/FCC7QvzFxYvBtCinPkacQq2ubJ2qm982+38Zf/KjibVOF1dEbVdrGZmII6Tg5DaQzNXGYkg5PvYmJgT9xRsqeQjeYIUYqYZpAt+HYWA38AVfMU8jip/1P1wmwqD469nzJOBBa8yfsMs6Ca7tBaNl/zTxCRGnAgEzqtkdQ=
file_glob: true

Loading…
Cancel
Save