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