Skip to content

Commit

Permalink
appveyor: Pack data folder to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev committed Aug 11, 2017
1 parent 99b7c06 commit 1e97796
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Expand Up @@ -15,6 +15,8 @@ os:

install:
- git submodule update --init --recursive
- appveyor DownloadFile https://github.com/koolkdev/haxchi-pc-installer/releases/download/v0.1/data.zip
- 7z x data.zip

# build Configuration, i.e. Debug, Release, etc.
configuration:
Expand All @@ -27,7 +29,7 @@ build:
project: haxchi-pc-installer.sln

after_build:
- 7z a haxchi-pc-installer-v%APPVEYOR_BUILD_VERSION%-windows-%PLATFORM_OUT%.zip %APPVEYOR_BUILD_FOLDER%\%PLATFORM_DIR%\Release\haxchi-pc-installer.exe
- 7z a haxchi-pc-installer-v%APPVEYOR_BUILD_VERSION%-windows-%PLATFORM_OUT%.zip %APPVEYOR_BUILD_FOLDER%\%PLATFORM_DIR%\Release\haxchi-pc-installer.exe data

artifacts:
- path: haxchi-pc-installer-v%APPVEYOR_BUILD_VERSION%-windows-%PLATFORM_OUT%.zip
Expand All @@ -41,7 +43,7 @@ deploy:
provider: GitHub
auth_token:
secure: zgIKVcub8f5Hp19YGIi0xwIaiLijYqzwF50SFD+83gpeLmZLHGZLonGEOlJAt6sc
artifact: /.*\.zip/
artifact: haxchi-pc-installer-v%APPVEYOR_BUILD_VERSION%-windows-%PLATFORM_OUT%.zip
draft: false
prerelease: false
on:
Expand Down

0 comments on commit 1e97796

Please sign in to comment.