binary
All checks were successful
Build this app / Builder (push) Successful in 1m4s

This commit is contained in:
Itsigo
2025-08-28 14:00:26 +02:00
parent 819ebaf237
commit 4d5d904c5d

View File

@@ -15,8 +15,8 @@ jobs:
- name: Clone the repository - name: Clone the repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build the application - name: Build the linux binary
run: go build run: go build -o streaming-api
- name: Tar binary - name: Tar binary
run: tar -czf streaming-api.tar.gz streaming-api run: tar -czf streaming-api.tar.gz streaming-api