Skip to content

Commit

Permalink
ci: Fix release file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Mar 28, 2024
1 parent 2cb39c4 commit 71b31d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: build/tmp/release/*.jar
file: build/tmp/release/*.jar
file_glob: true
tag: ${{ github.ref }}

- name: Update Changelog
Expand Down

0 comments on commit 71b31d2

Please sign in to comment.