From 3e41398c4c9c2d25d148cbe6620ce6bb32d3323e Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 23 Jan 2025 16:30:35 -0600 Subject: [PATCH] Fix indentation --- .gitea/workflows/test-and-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}'