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

This reverts commit 5e553a6c26.
This commit is contained in:
James Rowe 2019-10-24 12:46:15 -06:00
parent 5062728669
commit 969f0afa4e
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 " ", ""