diff options
Diffstat (limited to '.ci/scripts/windows/upload.ps1')
| -rw-r--r-- | .ci/scripts/windows/upload.ps1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1 index ac2a38f1d..3da242bc7 100644 --- a/.ci/scripts/windows/upload.ps1 +++ b/.ci/scripts/windows/upload.ps1 | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2019 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | param($BUILD_NAME) | 4 | param($BUILD_NAME) |
| 2 | 5 | ||
| 3 | $GITDATE = $(git show -s --date=short --format='%ad') -replace "-", "" | 6 | $GITDATE = $(git show -s --date=short --format='%ad') -replace "-", "" |
| @@ -40,7 +43,7 @@ mkdir $MSVC_SOURCE | |||
| 40 | mkdir "artifacts" | 43 | mkdir "artifacts" |
| 41 | 44 | ||
| 42 | # Build a tar.xz for the source of the release | 45 | # Build a tar.xz for the source of the release |
| 43 | Copy-Item .\license.txt -Destination $MSVC_SOURCE | 46 | Copy-Item .\LICENSE.txt -Destination $MSVC_SOURCE |
| 44 | Copy-Item .\README.md -Destination $MSVC_SOURCE | 47 | Copy-Item .\README.md -Destination $MSVC_SOURCE |
| 45 | Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE | 48 | Copy-Item .\CMakeLists.txt -Destination $MSVC_SOURCE |
| 46 | Copy-Item .\src -Recurse -Destination $MSVC_SOURCE | 49 | Copy-Item .\src -Recurse -Destination $MSVC_SOURCE |