Skip to content

Commit 03342ee

Browse files
authored
ci/namspace (#48)
2 parents 0980ef5 + 58cabd7 commit 03342ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Find all JAR files
4545
id: find_jars
4646
run: |
47-
echo "JAR_FILES=$(find . -path "*/build/libs/*.jar" | tr '\n' ' ')" >> $GITHUB_ENV
47+
echo "JAR_FILES=$(find . -path "**/build/libs/*.jar" | tr '\n' ' ')" >> $GITHUB_ENV
4848
4949
- name: Create GitHub Release
5050
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)