mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-08 01:08:48 +03:00
@ -330,5 +330,5 @@ func Download(ctx *middleware.Context) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.ServeFile(archivePath, ctx.Repo.Repository.Name+"-"+base.ShortSha(commit.ID.String())+ext)
|
ctx.ServeFile(archivePath, ctx.Repo.Repository.Name+"-"+refName+ext)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user