Skip to content

Commit 3e03ee0

Browse files
committed
Don't try to deploy nonexistent files
1 parent fb5ec61 commit 3e03ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uploaders/apkuploader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func (u *Uploader) DeployAPK(item deployment.DeployableItem, artifacts []string,
1616
return ArtifactURLs{}, err
1717
}
1818

19-
u.logger.Printf("apk infos: %+v", printableAppInfo(apkInfo.AppInfo))
19+
u.logger.Printf("APK metadata: %+v", printableAppInfo(apkInfo.AppInfo))
2020

2121
splitMeta, err := androidartifact.CreateSplitArtifactMeta(u.logger, pth, artifacts)
2222
if err != nil {

0 commit comments

Comments
 (0)