diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index 7c47ac3..7ee9c03 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -78,9 +78,9 @@ jobs: with: go-version: '>=1.20.1' - - name: Release binary - uses: https://gitea.com/actions/release-action@main - with: - files: |- - ./result/bin/tricu - api_key: '${{ secrets.RELEASE_TOKEN }}' + - name: Release binary + uses: https://gitea.com/actions/release-action@main + with: + files: |- + ./result/bin/tricu + api_key: '${{ secrets.RELEASE_TOKEN }}'