From c88c0f9a83f677a8b5ad519ab4057b8c1cbc5f81 Mon Sep 17 00:00:00 2001 From: Itsigo Date: Thu, 28 Aug 2025 14:03:53 +0200 Subject: [PATCH] tar --- .gitea/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 658197e..8d16e43 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,11 +19,10 @@ jobs: run: go build -o streaming-api - name: Tar binary - run: tar -czf streaming-api.tar.gz streaming-api + 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