mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 05:45:38 +00:00
CI: Include data in Windows archive
Should make this a post-build step at some point though.
This commit is contained in:
parent
4d7240cf88
commit
01bc0eb650
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue