Re-add data files

This commit is contained in:
dawnDus 2022-04-01 11:31:26 -04:00
parent 4c31023065
commit c9ee079318
No known key found for this signature in database
GPG Key ID: 972AABDE81848F21
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ for:
- copy LICENSE release\LICENSE
- copy target\release\doukutsu-rs.exe release\doukutsu-rs.x86_64.exe
- cd release
- appveyor DownloadFile https://github.com/doukutsu-rs/game-data/archive/master.zip -FileName ../game-data.zip
- 7z x ../game-data.zip
- rename game-data-master data
- 7z a ../doukutsu-rs_%target_name%.zip *
- appveyor PushArtifact ../doukutsu-rs_%target_name%.zip