Update .gitea/workflows/main.yml
Java CI with Maven / build (push) Failing after 1m7s

This commit is contained in:
2025-02-04 11:33:20 +00:00
parent c813b928ea
commit ec3aa08065
+4 -5
View File
@@ -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}}'