Skip to content

Commit efb982f

Browse files
committed
Try to release depoly the windows artifact files
1 parent 404f181 commit efb982f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.appveyor.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ after_build:
6363

6464
artifacts:
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

0 commit comments

Comments
 (0)