Revert "ci: Add build name to archive root folder"

This reverts commit 9e3720dca9.
This commit is contained in:
James Rowe 2019-10-24 12:46:15 -06:00
parent 801c9a76ce
commit ff705cc851
5 changed files with 10 additions and 15 deletions

View file

@ -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 " ", ""