summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ci/scripts/windows/upload.ps13
1 files changed, 2 insertions, 1 deletions
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"
39# Build a tar.xz for the source of the release 39# Build a tar.xz for the source of the release
40Copy-Item .\license.txt -Destination $MSVC_SOURCE 40Copy-Item .\license.txt -Destination $MSVC_SOURCE
41Copy-Item .\README.md -Destination $MSVC_SOURCE 41Copy-Item .\README.md -Destination $MSVC_SOURCE
42Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE
42Copy-Item .\src -Recurse -Destination $MSVC_SOURCE 43Copy-Item .\src -Recurse -Destination $MSVC_SOURCE
43Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE 44Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE
44Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE 45Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE
@@ -60,4 +61,4 @@ Get-ChildItem "$BUILD_DIR" -Recurse -Filter "QtWebEngineProcess*.exe" | Copy-Ite
60 61
61Get-ChildItem . -Filter "*.zip" | Copy-Item -destination "artifacts" 62Get-ChildItem . -Filter "*.zip" | Copy-Item -destination "artifacts"
62Get-ChildItem . -Filter "*.7z" | Copy-Item -destination "artifacts" 63Get-ChildItem . -Filter "*.7z" | Copy-Item -destination "artifacts"
63Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts" \ No newline at end of file 64Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts"