File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,17 +63,17 @@ after_build:
6363
6464artifacts :
6565- name : libgltf.$(platform)
66- path : / libgltf.*.zip/
66+ path : libgltf.*.zip
6767
68- # deploy:
69- # release: libgltf.$(appveyor_build_version).$(platform)
70- # description: 'Release'
71- # provider: GitHub
72- # auth_token:
73- # secure: $(github_oauth_token_encrypted)
74- # artifact: libgltf.$(appveyor_repo_tag_name).$(platform).zip
75- # draft: false
76- # prerelease: false
77- # on:
78- # branch: master
79- # appveyor_repo_tag: true
68+ deploy :
69+ release : libgltf.$(appveyor_build_version).$(platform)
70+ description : ' Release'
71+ provider : GitHub
72+ auth_token :
73+ secure : $(github_oauth_token_encrypted)
74+ artifact : libgltf.$(appveyor_repo_tag_name).$(platform).zip
75+ draft : false
76+ prerelease : false
77+ on :
78+ branch : master
79+ appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments