Update .gitea/workflows/main.yml

This commit is contained in:
2025-02-04 11:32:47 +00:00
parent 0e5e91bd85
commit c813b928ea
+7 -1
View File
@@ -15,4 +15,10 @@ jobs:
cache: maven
- uses: stCarolas/setup-maven@v5
- 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}}'