This commit is contained in:
@@ -17,8 +17,7 @@ jobs:
|
|||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: ./target/fantasysmp*.jar
|
||||||
target/fantasysmp*.jar
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
|
||||||
Reference in New Issue
Block a user