summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/windows/upload.ps1
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-10-24 20:46:15 +0200
committerJames Rowe <jroweboy@gmail.com>2019-10-24 20:46:15 +0200
commit969f0afa4e8da7d92462105ed34ccd6da87130d5 (patch)
tree259446ffaf570b2bd2cc78c1b4615b0de6e1fb8d /.ci/scripts/windows/upload.ps1
parentMerge pull request #3028 from lioncash/constexpr (diff)
downloadyuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.gz
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.bz2
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.lz
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.xz
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.tar.zst
yuzu-969f0afa4e8da7d92462105ed34ccd6da87130d5.zip
Diffstat (limited to '.ci/scripts/windows/upload.ps1')
-rw-r--r--.ci/scripts/windows/upload.ps14
1 files changed, 1 insertions, 3 deletions
diff --git a/.ci/scripts/windows/upload.ps1 b/.ci/scripts/windows/upload.ps1
index 2371a7d4a..3cb709924 100644
--- a/.ci/scripts/windows/upload.ps1
+++ b/.ci/scripts/windows/upload.ps1
@@ -1,8 +1,6 @@
-param($BUILD_NAME)
-
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
$GITREV = $(git show -s --format='%h')
-$RELEASE_DIST = "yuzu-windows-msvc-$BUILD_NAME"
+$RELEASE_DIST = "yuzu-windows-msvc"
$MSVC_BUILD_ZIP = "yuzu-windows-msvc-$GITDATE-$GITREV.zip" -replace " ", ""
$MSVC_BUILD_PDB = "yuzu-windows-msvc-$GITDATE-$GITREV-debugsymbols.zip" -replace " ", ""