This commit is contained in:
@@ -19,11 +19,10 @@ jobs:
|
||||
run: go build -o streaming-api
|
||||
|
||||
- name: Tar binary
|
||||
run: tar -czf streaming-api.tar.gz streaming-api
|
||||
run: tar -czf streaming-api.tar.gz ./streaming-api
|
||||
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files:
|
||||
streaming-api.tar.gz
|
||||
streaming-api
|
||||
|
||||
Reference in New Issue
Block a user