We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fff8d1 commit bfd8899Copy full SHA for bfd8899
appveyor.yml
@@ -31,6 +31,17 @@ for:
31
- path: TheDarkModVR.7z
32
name: TheDarkModVR
33
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
+
45
- matrix:
46
only:
47
- image: Ubuntu1804
@@ -61,3 +72,14 @@ for:
61
72
artifacts:
62
73
- path: thedarkmodvr.tar.bz2
63
74
name: TheDarkModVRLinux
75
76
77
78
79
80
81
+ artifact: 'TheDarkModVRLinux'
82
83
84
85
0 commit comments