summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-12-03 23:38:52 +0100
committerGitHub <noreply@github.com>2019-12-03 23:38:52 +0100
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
yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.gz
yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.bz2
yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.lz
yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.xz
yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.tar.zst
yuzu-2f79cc3ef59a483e4a018b2f995660668d4af717.zip
-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"
# 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"