Skip to content

Commit

Permalink
fix(CI): Fix publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky committed Dec 22, 2023
1 parent a73d55d commit b8d8f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "server/build/*.jar"
file: "inspector/build/*.jar"
tags: true
draft: true
verbose: true

0 comments on commit b8d8f2c

Please sign in to comment.