From 4d5d904c5d12fdc0717a34829d98e1f6869711f1 Mon Sep 17 00:00:00 2001 From: Itsigo Date: Thu, 28 Aug 2025 14:00:26 +0200 Subject: [PATCH] binary --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4c056ec..658197e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,8 +15,8 @@ jobs: - name: Clone the repository uses: actions/checkout@v4 - - name: Build the application - run: go build + - name: Build the linux binary + run: go build -o streaming-api - name: Tar binary run: tar -czf streaming-api.tar.gz streaming-api