Skip to content

Commit d6aee3a

Browse files
committed
CI try #6
1 parent cf7eace commit d6aee3a

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
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
curl -L -H "Authorization: Bearer ${{ secrets.ORIG_FILES_TOKEN }}" `
3737
-H "Accept: application/octet-stream" `
38-
"https://api.github.com/repos/$env:BUILD_REPO_AUTHOR/$env:BUILD_REPO_NAME/zipball/$env:BUILD_REPO_TAG" `
38+
"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 .
4141
$folders = Get-ChildItem -Directory | Where-Object { $_.Name -like '${env:BUILD_REPO_AUTHOR}-${env:BUILD_REPO_NAME}*' }

0 commit comments

Comments
 (0)