From 01bc0eb6507bb43dfbe8bd31e23829cb3ea0ac60 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Wed, 15 Apr 2020 01:49:40 +1000 Subject: [PATCH] CI: Include data in Windows archive Should make this a post-build step at some point though. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 31f169005..3c4cde69e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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