Update .gitea/workflows/main.yml

This commit is contained in:
2025-02-04 11:32:47 +00:00
parent 0e5e91bd85
commit c813b928ea
+6
View File
@@ -16,3 +16,9 @@ jobs:
- uses: stCarolas/setup-maven@v5 - uses: stCarolas/setup-maven@v5
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
- name: Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
target/fantasysmp*.jar
api_key: '${{secrets.RELEASE_TOKEN}}'