trying again
This commit is contained in:
parent
8dad9c5371
commit
e9857e18e4
1 changed files with 2 additions and 1 deletions
|
@ -11,9 +11,10 @@ deploy:
|
||||||
#release: myproduct-v$(appveyor_build_version)
|
#release: myproduct-v$(appveyor_build_version)
|
||||||
description: 'Built by AppVeyor'
|
description: 'Built by AppVeyor'
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
|
repository: garakmon/porymap
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
||||||
artifact: release #porymap.pro #/.*\.nupkg/ # upload all NuGet packages to release assets
|
artifact: /.*\.exe/ #release #porymap.pro #/.*\.nupkg/ # upload all NuGet packages to release assets
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue