Skip to content

Commit bfd8899

Browse files
committed
Enable automatic releases to GitHub on tag push
1 parent 4fff8d1 commit bfd8899

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

appveyor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ for:
3131
- path: TheDarkModVR.7z
3232
name: TheDarkModVR
3333

34+
deploy:
35+
provider: GitHub
36+
description: 'The Dark Mod VR'
37+
auth_token:
38+
secure: jMupWwNFaEHDNRvaZX4pxtGeLa9LpAK68sdQgBoUgki2JdEdRjms7irbi1PDHbKo
39+
artifact: 'TheDarkModVR'
40+
draft: true
41+
prerelease: true
42+
on:
43+
APPVEYOR_REPO_TAG: true
44+
3445
- matrix:
3546
only:
3647
- image: Ubuntu1804
@@ -61,3 +72,14 @@ for:
6172
artifacts:
6273
- path: thedarkmodvr.tar.bz2
6374
name: TheDarkModVRLinux
75+
76+
deploy:
77+
provider: GitHub
78+
description: 'The Dark Mod VR'
79+
auth_token:
80+
secure: jMupWwNFaEHDNRvaZX4pxtGeLa9LpAK68sdQgBoUgki2JdEdRjms7irbi1PDHbKo
81+
artifact: 'TheDarkModVRLinux'
82+
draft: true
83+
prerelease: true
84+
on:
85+
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)