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 d6aee3a commit 29837c3Copy full SHA for 29837c3
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
"https://api.github.com/repos/${env:BUILD_REPO_AUTHOR}/${env:BUILD_REPO_NAME}/zipball/${env:BUILD_REPO_TAG}" `
39
--output orig.zip
40
Expand-Archive -Path orig.zip -DestinationPath .
41
- $folders = Get-ChildItem -Directory | Where-Object { $_.Name -like '${env:BUILD_REPO_AUTHOR}-${env:BUILD_REPO_NAME}*' }
+ $folders = Get-ChildItem -Directory | Where-Object { $_.Name -like "${env:BUILD_REPO_AUTHOR}-${env:BUILD_REPO_NAME}*"" }
42
$folderName = $folders[0].Name
43
$path = Join-Path $folderName "orig/${{ matrix.version }}"
44
Copy-Item -Path $path -Destination "orig/${{ matrix.version }}" -Recurse
0 commit comments