Skip to content

Commit

Permalink
Fix upload workflow's glob on release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyNoob committed Nov 8, 2023
1 parent 2315ca2 commit 62cc99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
body: ${{ steps.extract-changelog.outputs.markdown }}
draft: false
prerelease: false
files: '**/*.jar'
files: './target/*.jar'
fail_on_unmatched_files: true
# - name: "Upload to CurseForge"
# uses: itsmeow/[email protected]
Expand Down

0 comments on commit 62cc99d

Please sign in to comment.