mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 04:42:03 +08:00
Fix regression in packaging: Ensure $ARCH value is used in output name for Slic3r.
This commit is contained in:
parent
c22d20b9bb
commit
ae42e924ab
@ -31,7 +31,7 @@ git branch | foreach {
|
||||
|
||||
# Use absolute paths because apparently the zip calls below do
|
||||
if ($env:APPVEYOR) {
|
||||
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.${env:APPVEYOR_BUILD_NUMBER}.$(git rev-parse --short HEAD)"
|
||||
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.${env:APPVEYOR_BUILD_NUMBER}.$(git rev-parse --short HEAD).${env:ARCH}"
|
||||
} else {
|
||||
$output_dir = "${pwd}\..\..\Slic3r-${current_branch}.${current_date}.$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user