mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 01:08:04 -05:00
Revert "ci: Rename build folder only on non-mainline builds"
This commit is contained in:
@ -1,13 +1,6 @@
|
||||
param($BUILD_NAME)
|
||||
|
||||
$GITDATE = $(git show -s --date=short --format='%ad') -replace "-",""
|
||||
$GITREV = $(git show -s --format='%h')
|
||||
|
||||
if ("$BUILD_NAME" -eq "mainline") {
|
||||
$RELEASE_DIST = "yuzu-windows-msvc-$BUILD_NAME"
|
||||
} else {
|
||||
$RELEASE_DIST = "yuzu-windows-msvc"
|
||||
}
|
||||
$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 " ", ""
|
||||
|
Reference in New Issue
Block a user