Skip to content

Commit

Permalink
Merge pull request #8496 from yaoxuwan/issue_8494
Browse files Browse the repository at this point in the history
fix: 流水线查看构件页面下载失败 #8494
  • Loading branch information
irwinsun authored Mar 16, 2023
2 parents 3aed858 + ff41b46 commit 6081eee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class BkRepoArchiveFileServiceImpl @Autowired constructor(
FileInfo(
name = it.name,
fullName = it.name,
path = it.path,
path = "${it.projectId}/${it.repoName}${it.fullPath}",
fullPath = it.fullPath,
size = it.size,
folder = it.folder,
Expand Down

0 comments on commit 6081eee

Please sign in to comment.