Skip to content

Commit 47e79e8

Browse files
authored
fix Private repo download issue (#9753)
1 parent c43aba2 commit 47e79e8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Tasks/DownloadGitHubReleasesV0/githubreleases.handlebars.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"lastModified": "{{this.updated_at}}",
66
"fileLength" : "{{this.size}}",
77
"itemType": "file",
8+
"contentType": "application/octet-stream",
89
"metadata": {
9-
"downloadUrl" : "{{this.browser_download_url}}"
10+
"downloadUrl" : "{{this.url}}"
1011
}
1112
}{{#unless @last}},{{/unless}}
1213
{{/this}}

Tasks/DownloadGitHubReleasesV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": {
1212
"Major": 0,
1313
"Minor": 147,
14-
"Patch": 0
14+
"Patch": 1
1515
},
1616
"minimumAgentVersion": "1.99.0",
1717
"instanceNameFormat": "Download GitHub Releases",

Tasks/DownloadGitHubReleasesV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": {
1212
"Major": 0,
1313
"Minor": 147,
14-
"Patch": 0
14+
"Patch": 1
1515
},
1616
"minimumAgentVersion": "1.99.0",
1717
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)