Skip to content

Commit 29837c3

Browse files
committed
CI try #7
1 parent d6aee3a commit 29837c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
"https://api.github.com/repos/${env:BUILD_REPO_AUTHOR}/${env:BUILD_REPO_NAME}/zipball/${env:BUILD_REPO_TAG}" `
3939
--output orig.zip
4040
Expand-Archive -Path orig.zip -DestinationPath .
41-
$folders = Get-ChildItem -Directory | Where-Object { $_.Name -like '${env:BUILD_REPO_AUTHOR}-${env:BUILD_REPO_NAME}*' }
41+
$folders = Get-ChildItem -Directory | Where-Object { $_.Name -like "${env:BUILD_REPO_AUTHOR}-${env:BUILD_REPO_NAME}*"" }
4242
$folderName = $folders[0].Name
4343
$path = Join-Path $folderName "orig/${{ matrix.version }}"
4444
Copy-Item -Path $path -Destination "orig/${{ matrix.version }}" -Recurse

0 commit comments

Comments
 (0)