This commit is contained in:
@@ -16,14 +16,13 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build the linux binary
|
||||
run: go build -o streaming-api
|
||||
run: go build -o ./bin/streaming-api
|
||||
|
||||
- name: Tar binary
|
||||
run: tar -czf streaming-api.tar.gz ./streaming-api
|
||||
run: tar -czf ./bin/streaming-api.tar.gz ./streaming-api
|
||||
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files:
|
||||
streaming-api.tar.gz
|
||||
./streaming-api
|
||||
files: |-
|
||||
bin/**
|
||||
|
||||
Reference in New Issue
Block a user