Browse Source

Merge pull request #3191 from yuzu-emu/jroweboy-patch-1

Add missing CMakeLists.txt from root folder to source upload
nce_cpp
bunnei 6 years ago
committed by GitHub
parent
commit
a13e5afa5a
  1. 1
      .ci/scripts/windows/upload.ps1

1
.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

Loading…
Cancel
Save