We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ed5dd commit e73d4c3Copy full SHA for e73d4c3
.github/workflows/CI_build.yml
@@ -62,6 +62,6 @@ jobs:
62
if((Test-Path -Path arm64\CollectionInterface.dll)) {
63
Copy-Item -Path arm64\CollectionInterface.dll -Destination .\CollectionInterface.dll
64
}
65
- $zipName = "CollectionInterface_" + ${{ matrix.build_platform }} + ".zip"
+ $zipName = "CollectionInterface_${{ matrix.build_platform }}.zip"
66
$filesToZip = "CollectionInterface.dll", ".\docs\"
67
Compress-Archive -Path $filesToZip -Destination -$zipName
0 commit comments