CI: Include data in Windows archive

Should make this a post-build step at some point though.
This commit is contained in:
Connor McLaughlin 2020-04-15 01:49:40 +10:00
parent 4d7240cf88
commit 01bc0eb650

View file

@ -38,6 +38,8 @@ build_script:
rm -f bin/x64/common-tests*
cp -a data/* bin/x64
"C:\Program Files\7-Zip\7z.exe" a -r duckstation-win64-release.7z ./bin/x64/*
appveyor PushArtifact duckstation-win64-release.7z