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 cf7eace commit d6aee3aCopy full SHA for d6aee3a
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
curl -L -H "Authorization: Bearer ${{ secrets.ORIG_FILES_TOKEN }}" `
37
-H "Accept: application/octet-stream" `
38
- "https://api.github.com/repos/$env:BUILD_REPO_AUTHOR/$env:BUILD_REPO_NAME/zipball/$env:BUILD_REPO_TAG" `
+ "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}*' }
0 commit comments