summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-07-28 02:04:22 +0200
committerGitHub <noreply@github.com>2022-07-28 02:04:22 +0200
commit5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d (patch)
tree8d122458f41b63625e8785a1ea870d1d1088381e /.ci
parentRevert Coretiming PRs 8531 and 7454 (#8591) (diff)
parentbuild: Ship vcpkg dlls with MSVC pr-verify builds (diff)
downloadyuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.tar
yuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.tar.gz
yuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.tar.bz2
yuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.tar.lz
yuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.tar.xz
yuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.tar.zst
yuzu-5c332b90c7ab6668b258ca7cb7fc8415e0c5d19d.zip
Diffstat (limited to '.ci')
-rw-r--r--.ci/scripts/windows/upload.ps17
1 files changed, 4 insertions, 3 deletions
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1
index 3da242bc7..f2368be6f 100644
--- a/.ci/scripts/windows/upload.ps1
+++ b/.ci/scripts/windows/upload.ps1
@@ -57,6 +57,10 @@ Copy-Item .\CMakeModules -Recurse -Destination $MSVC_SOURCE
if ("$env:GITHUB_ACTIONS" -eq "true") {
echo "Hello GitHub Actions"
+ # With vcpkg we now have a few more dll files
+ ls .\build\bin\*.dll
+ cp .\build\bin\*.dll .\artifacts\
+
# Hopefully there is an exe in either .\build\bin or .\build\bin\Release
cp .\build\bin\yuzu*.exe .\artifacts\
Copy-Item "$BUILD_DIR\*" -Destination "artifacts" -Recurse
@@ -112,6 +116,3 @@ 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"
}
-# Extra items
-git status
-cp .\build\src\common\scm_rev.cpp .\artifacts