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