From 69453dbfc5ba68ba4bfb34d86743a74012e727e2 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 20 Oct 2021 15:00:52 -0600 Subject: [PATCH] Include 'kotlin-dsl' as a cache-artifact-bundle --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9a6bca8..e7ccef6 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,8 @@ inputs: ["generated-gradle-jars", "caches/*/generated-gradle-jars/*.jar"], ["wrapper-zips", "wrapper/dists/*/*/*.zip"], ["dependency-jars", "caches/modules-*/files-*/**/*.jar"], - ["instrumented-jars", "caches/jars-*/*/"] + ["instrumented-jars", "caches/jars-*/*/"], + ["kotlin-dsl", "caches/*/kotlin-dsl/*/*/"] ] outputs: