Skip to content

Commit b91fc7e

Browse files
committed
Include packageName for asset-package
1 parent cb6061b commit b91fc7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/common/models/Build.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ public function artifacts() {
236236

237237
if (strpos($this->targets, "asset-package") !== false) {
238238
$this->addIfSet($artifacts, self::ARTIFACT_ASSET_PACKAGE, $this->assetPackage());
239+
$this->addIfSet($artifacts, self::ARTIFACT_PACKAGE_NAME, $this->packageName());
239240
$this->addIfSet($artifacts, self::ARTIFACT_ASSET_PREVIEW, $this->assetPreview());
240241
$this->addIfSet( $artifacts, self::ARTIFACT_ASSET_NOTIFY, $this->assetNotify());
241242
}

0 commit comments

Comments
 (0)