mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-30 14:48:56 +08:00
Fix early return from bundle processing
This commit is contained in:
@@ -51,7 +51,6 @@ export class GradleUserHomeCache extends AbstractCache {
|
||||
core.info(`Found bundle metafile for ${bundle} but no such bundle defined`)
|
||||
bundleEntryReport.markRequested('BUNDLE_NOT_CONFIGURED')
|
||||
tryDelete(bundleMetaFile)
|
||||
return
|
||||
} else {
|
||||
const p = this.restoreArtifactBundle(bundle, bundlePattern, bundleMetaFile, bundleEntryReport)
|
||||
// Run sequentially when debugging enabled
|
||||
|
||||
Reference in New Issue
Block a user