Skip to content

Commit

Permalink
Merge pull request #1539 from microsoft/fix/gh-release-artefacts
Browse files Browse the repository at this point in the history
fix: glob pattern for release artefacts
  • Loading branch information
baywet committed Aug 28, 2024
2 parents 2884e17 + 48f01d6 commit 3f1a290
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,6 @@ jobs:
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "true"
with:
args: components/**/build/libs/*.jar
args: |
components/**/build/libs/*.jar
components/**/**/build/libs/*.jar

0 comments on commit 3f1a290

Please sign in to comment.