Skip to content

Commit 7a4b4b3

Browse files
committed
Fix publish action :>
1 parent 9c14ac8 commit 7a4b4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Upload artifacts to GitHub
3333
uses: AButler/[email protected]
3434
with:
35-
files: '*.jar'
35+
files: 'build/libs/*.jar'
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)