summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2019-12-03 17:38:52 -0500
committerGravatar GitHub2019-12-03 17:38:52 -0500
commit2f79cc3ef59a483e4a018b2f995660668d4af717 (patch)
tree256585ff2204083fa21bb42d0fda2132f05227af
parentMerge pull request #3188 from ReinUsesLisp/backend-telemetry (diff)
parentAdd missing CMakeLists.txt from root folder to source upload (diff)
downloadyuzu-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.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"