From dc5b9ef16e90baba342438f0e7a474e26e758fca Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Tue, 22 Feb 2022 14:59:34 -0700 Subject: [PATCH] fix ci looking for artifacts in the wrong folder --- .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 d0cc0bc..59059f4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -31,6 +31,6 @@ jobs: # Artifact name name: plugin jar # A file, directory or wildcard pattern that describes what to upload - path: build/libs/ajQueue*.jar + path: free/build/libs/ajQueue*.jar # The desired behavior if no files are found using the provided path. if-no-files-found: error \ No newline at end of file