Merge remote-tracking branch 'origin/main'

This commit is contained in:
天クマ 2025-12-18 23:33:47 -03:00
commit cc38b286cb

View file

@ -2,7 +2,7 @@ name: Release Build
on:
release:
types: [created]
types: [published]
jobs:
build-and-release:
@ -38,7 +38,3 @@ jobs:
files: build/libs/*.jar
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}
body: |
Automated build for release **${{ github.ref_name }}**.
Includes the following artifacts:
- `$(ls build/libs/*.jar | tr '\n' '\n' | sed 's/^/ - /')`