This commit is contained in:
@@ -6,18 +6,18 @@ jobs:
|
|||||||
Builder:
|
Builder:
|
||||||
runs-on: golang-alpine
|
runs-on: golang-alpine
|
||||||
steps:
|
steps:
|
||||||
name: Clone the repository
|
- name: Clone the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
name: Build the application
|
- name: Build the application
|
||||||
run: go build
|
run: go build
|
||||||
|
|
||||||
name: Tar binary
|
- name: Tar binary
|
||||||
run: tar -czf streaming-api.tar.gz streaming-api
|
run: tar -czf 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
|
streaming-api.tar.gz
|
||||||
streaming-api
|
streaming-api
|
||||||
|
|||||||
Reference in New Issue
Block a user