fix ci looking for artifacts in the wrong folder

This commit is contained in:
ajgeiss0702
2022-02-22 14:59:34 -07:00
parent f96b496510
commit dc5b9ef16e
+1 -1
View File
@@ -31,6 +31,6 @@ jobs:
# Artifact name # Artifact name
name: plugin jar name: plugin jar
# A file, directory or wildcard pattern that describes what to upload # 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. # The desired behavior if no files are found using the provided path.
if-no-files-found: error if-no-files-found: error