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