Skip to content

Commit

Permalink
Update and rename publish-tag.yml to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LangZongz authored Oct 27, 2023
1 parent 2143833 commit 8e82f66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Publish Release
uses: softprops/action-gh-release@v1
with:
files: "build/libs/*.jar"
files: "bin/*.jar"
body: |
Commit ${{ steps.short_sha.outputs.sha_short }}
This release is automatically compiled by GitHub Actions
Expand Down

0 comments on commit 8e82f66

Please sign in to comment.