Skip to content

Commit

Permalink
Fix missing - in output jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Apr 22, 2024
1 parent a1fd6ca commit 498de0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
project: Slimefun4
releaseChannel: ${{ github.ref == 'refs/heads/master' && 'Dev' || 'RC' }}
apiToken: ${{ secrets.BLOB_BUILDS_API_TOKEN }}
file: './build/libs/Slimefun v4.9-UNOFFICIAL.jar'
file: './build/libs/Slimefun-v4.9-UNOFFICIAL.jar'
releaseNotes: ${{ github.event.head_commit.message }}

0 comments on commit 498de0f

Please sign in to comment.