Merge pull request #26688 from akhilnarang/fix-package-release-path
fix(package_release): set path to tarball
This commit is contained in:
commit
3ee348acdd
1 changed files with 3 additions and 0 deletions
|
|
@ -122,5 +122,8 @@ class PackageRelease(Document):
|
|||
attached_to_name=self.name,
|
||||
)
|
||||
|
||||
# Set path to tarball
|
||||
self.path = file.file_url
|
||||
|
||||
file.flags.ignore_duplicate_entry_error = True
|
||||
file.insert()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue