5
This commit is contained in:
parent
4d353cde74
commit
e9574dc450
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@ build_script:
|
||||||
- qmake porymap.pro -config release
|
- qmake porymap.pro -config release
|
||||||
- mingw32-make -j2
|
- mingw32-make -j2
|
||||||
- windeployqt release/porymap.exe
|
- windeployqt release/porymap.exe
|
||||||
- ls -a
|
|
||||||
- ls release
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
#release: myproduct-v$(appveyor_build_version)
|
#release: myproduct-v$(appveyor_build_version)
|
||||||
|
@ -15,7 +13,7 @@ deploy:
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
secure: MLSwoIXXuZaI9iKbxUSX7ErtiRW8Q9MSuPOqS8EYJj68f4sx8eERXWBLX7MpmmEb
|
||||||
artifact: porymap.exe #/.*\.nupkg/ # upload all NuGet packages to release assets
|
artifact: 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