From 35708c7fdd3dc979b5316b82edee628081832252 Mon Sep 17 00:00:00 2001 From: Sapphira Tempest Date: Mon, 2 Sep 2024 20:42:52 +0800 Subject: [PATCH] fix: restrict artifact's range to only dist --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f249913..3f4fc07 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -41,7 +41,7 @@ jobs: with: # Artifact name # A file, directory or wildcard pattern that describes what to upload - path: ./build/* + path: ./build/distributions/* # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.