From 2883cc16586009519374ad6e9f13ba5c0ce9a427 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Tue, 3 Dec 2019 15:35:28 -0700 Subject: Add missing CMakeLists.txt from root folder to source upload Fixes #3190 --- .ci/scripts/windows/upload.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.ci/scripts/windows/upload.ps1') diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1 index b9b8b4af8..62483607b 100644 --- a/.ci/scripts/windows/upload.ps1 +++ b/.ci/scripts/windows/upload.ps1 @@ -39,6 +39,7 @@ mkdir "artifacts" # Build a tar.xz for the source of the release Copy-Item .\license.txt -Destination $MSVC_SOURCE Copy-Item .\README.md -Destination $MSVC_SOURCE +Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE Copy-Item .\src -Recurse -Destination $MSVC_SOURCE Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE @@ -60,4 +61,4 @@ Get-ChildItem "$BUILD_DIR" -Recurse -Filter "QtWebEngineProcess*.exe" | Copy-Ite Get-ChildItem . -Filter "*.zip" | Copy-Item -destination "artifacts" Get-ChildItem . -Filter "*.7z" | Copy-Item -destination "artifacts" -Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts" \ No newline at end of file +Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts" -- cgit v1.2.3