Skip to content

Commit e73d4c3

Browse files
committed
experiment with tag-only steps (4)
fix mistake in zipname string
1 parent 47ed5dd commit e73d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
if((Test-Path -Path arm64\CollectionInterface.dll)) {
6363
Copy-Item -Path arm64\CollectionInterface.dll -Destination .\CollectionInterface.dll
6464
}
65-
$zipName = "CollectionInterface_" + ${{ matrix.build_platform }} + ".zip"
65+
$zipName = "CollectionInterface_${{ matrix.build_platform }}.zip"
6666
$filesToZip = "CollectionInterface.dll", ".\docs\"
6767
Compress-Archive -Path $filesToZip -Destination -$zipName

0 commit comments

Comments
 (0)