This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user