Update .gitea/workflows/main.yml
This commit is contained in:
@@ -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}}'
|
||||
Reference in New Issue
Block a user