This commit is contained in:
@@ -17,8 +17,7 @@ jobs:
|
||||
- name: Build with Maven
|
||||
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}}'
|
||||
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