diff options
| -rw-r--r-- | .ci/scripts/windows/upload.ps1 | 3 |
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 |
| 40 | Copy-Item .\license.txt -Destination $MSVC_SOURCE | 40 | Copy-Item .\license.txt -Destination $MSVC_SOURCE |
| 41 | Copy-Item .\README.md -Destination $MSVC_SOURCE | 41 | Copy-Item .\README.md -Destination $MSVC_SOURCE |
| 42 | Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE | ||
| 42 | Copy-Item .\src -Recurse -Destination $MSVC_SOURCE | 43 | Copy-Item .\src -Recurse -Destination $MSVC_SOURCE |
| 43 | Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE | 44 | Copy-Item .\externals -Recurse -Destination $MSVC_SOURCE |
| 44 | Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE | 45 | Copy-Item .\dist -Recurse -Destination $MSVC_SOURCE |
| @@ -60,4 +61,4 @@ Get-ChildItem "$BUILD_DIR" -Recurse -Filter "QtWebEngineProcess*.exe" | Copy-Ite | |||
| 60 | 61 | ||
| 61 | Get-ChildItem . -Filter "*.zip" | Copy-Item -destination "artifacts" | 62 | Get-ChildItem . -Filter "*.zip" | Copy-Item -destination "artifacts" |
| 62 | Get-ChildItem . -Filter "*.7z" | Copy-Item -destination "artifacts" | 63 | Get-ChildItem . -Filter "*.7z" | Copy-Item -destination "artifacts" |
| 63 | Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts" \ No newline at end of file | 64 | Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts" |