From 4a21def40b26cdc78ec8aef228056f937c544465 Mon Sep 17 00:00:00 2001 From: Itsigo Date: Thu, 28 Aug 2025 13:41:27 +0200 Subject: [PATCH] formatting --- .gitea/workflows/build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 9d65c80..449ad8b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -6,18 +6,18 @@ jobs: Builder: runs-on: golang-alpine steps: - name: Clone the repository - uses: actions/checkout@v4 + - name: Clone the repository + uses: actions/checkout@v4 - name: Build the application - run: go build + - name: Build the application + run: go build - name: Tar binary - run: tar -czf streaming-api.tar.gz streaming-api + - name: Tar binary + run: tar -czf streaming-api.tar.gz streaming-api - name: Release - uses: akkuman/gitea-release-action@v1 - with: - files: - streaming-api.tar.gz - streaming-api + - name: Release + uses: akkuman/gitea-release-action@v1 + with: + files: + streaming-api.tar.gz + streaming-api