We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c14ac8 commit 7a4b4b3Copy full SHA for 7a4b4b3
.github/workflows/publish.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Upload artifacts to GitHub
33
uses: AButler/[email protected]
34
with:
35
- files: '*.jar'
+ files: 'build/libs/*.jar'
36
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments