Skip to content

Commit cdae916

Browse files
authored
ci(windows): maintain SourceGit folder structure (#1076)
1 parent 2e51e89 commit cdae916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/scripts/package.windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd build
1010
rm -rf SourceGit/*.pdb
1111

1212
if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" || "$OSTYPE" == "win32" ]]; then
13-
powershell -Command "Compress-Archive -Path SourceGit\\* -DestinationPath \"sourcegit_$VERSION.$RUNTIME.zip\" -Force"
13+
powershell -Command "Compress-Archive -Path SourceGit -DestinationPath \"sourcegit_$VERSION.$RUNTIME.zip\" -Force"
1414
else
15-
zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit
15+
zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit
1616
fi

0 commit comments

Comments
 (0)