From ec3aa0806542d1740634a31ff82cc2bee391754e Mon Sep 17 00:00:00 2001 From: zxq5 Date: Tue, 4 Feb 2025 11:33:20 +0000 Subject: [PATCH] Update .gitea/workflows/main.yml --- .gitea/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index fef6c01..3c1faa5 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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}}' \ No newline at end of file + uses: https://gitea.com/actions/release-action@main + with: + files: ./target/fantasysmp*.jar + api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file