We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ead95 commit e04fc62Copy full SHA for e04fc62
appveyor.yml
@@ -69,6 +69,8 @@ artifacts:
69
deploy:
70
# Deploy to GitHub Releases
71
- provider: GitHub
72
+ auth_token:
73
+ secure: 3zSsvAIXsHOIjh68YpgvbshUIMS3CbGr91Tz/3/QowMmfSdkgEMgYRG/vv5Np5+k # your encrypted token from GitHub
74
artifact: /.*\.unitypackage/ # upload all UnityPackage packages to release assets
75
draft: false
76
prerelease: false
0 commit comments