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
+1 -2
View File
@@ -19,6 +19,5 @@ jobs:
- name: Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
target/fantasysmp*.jar
files: ./target/fantasysmp*.jar
api_key: '${{secrets.RELEASE_TOKEN}}'