diff options
| author | 2019-12-03 17:38:52 -0500 | |
|---|---|---|
| committer | 2019-12-03 17:38:52 -0500 | |
| commit | 2f79cc3ef59a483e4a018b2f995660668d4af717 (patch) | |
| tree | 256585ff2204083fa21bb42d0fda2132f05227af | |
| parent | Merge pull request #3188 from ReinUsesLisp/backend-telemetry (diff) | |
| parent | Add missing CMakeLists.txt from root folder to source upload (diff) | |
| download | yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.gz yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.xz yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.zip | |
Merge pull request #3191 from yuzu-emu/jroweboy-patch-1
Add missing CMakeLists.txt from root folder to source upload
| -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" |