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