summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows/upload.ps1
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-10-23 21:23:43 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-23 21:23:43 +0200
commit5e553a6c267f4ab96a89833f1006ea27fd78b30a (patch)
treec0a69ca995dce8a46f7f4b549ced4a80e866888a /.ci/scripts/windows/upload.ps1
parentMerge pull request #2991 from lioncash/npad (diff)
downloadyuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.tar
yuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.tar.gz
yuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.tar.bz2
yuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.tar.lz
yuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.tar.xz
yuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.tar.zst
yuzu-5e553a6c267f4ab96a89833f1006ea27fd78b30a.zip
Diffstat (limited to '')
-rw-r--r--.ci/scripts/windows/upload.ps14
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1
index 3cb709924..2371a7d4a 100644
--- a/.ci/scripts/windows/upload.ps1
+++ b/.ci/scripts/windows/upload.ps1
@@ -1,6 +1,8 @@
+param($BUILD_NAME)
+
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
$GITREV = $(git show -s --format='%h')
-$RELEASE_DIST = "yuzu-windows-msvc"
+$RELEASE_DIST = "yuzu-windows-msvc-$BUILD_NAME"
$MSVC_BUILD_ZIP = "yuzu-windows-msvc-$GITDATE-$GITREV.zip" -replace " ", ""
$MSVC_BUILD_PDB = "yuzu-windows-msvc-$GITDATE-$GITREV-debugsymbols.zip" -replace " ", ""