We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6061b commit b91fc7eCopy full SHA for b91fc7e
application/common/models/Build.php
@@ -236,6 +236,7 @@ public function artifacts() {
236
237
if (strpos($this->targets, "asset-package") !== false) {
238
$this->addIfSet($artifacts, self::ARTIFACT_ASSET_PACKAGE, $this->assetPackage());
239
+ $this->addIfSet($artifacts, self::ARTIFACT_PACKAGE_NAME, $this->packageName());
240
$this->addIfSet($artifacts, self::ARTIFACT_ASSET_PREVIEW, $this->assetPreview());
241
$this->addIfSet( $artifacts, self::ARTIFACT_ASSET_NOTIFY, $this->assetNotify());
242
}
0 commit comments