Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
build: Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubik65536 committed Jul 19, 2022
1 parent 95029b7 commit 87b27ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
name: "Version ${{ steps.getversion.outputs.value }} (${{ steps.sha.outputs.uppercase }})"
artifacts: "build/libs"
artifacts: "build/libs/*.jar"
bodyFile: "RELEASE_NOTE.md"
prerelease: true
2 changes: 1 addition & 1 deletion .github/workflows/build-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
name: "Version ${{ steps.getversion.outputs.value }} (${{ steps.sha.outputs.uppercase }})"
artifacts: "build/libs"
artifacts: "build/libs/*.jar"
bodyFile: "RELEASE_NOTE.md"
prerelease: true

0 comments on commit 87b27ce

Please sign in to comment.