This commit is contained in:
@@ -6,16 +6,16 @@ jobs:
|
||||
Builder:
|
||||
runs-on: golang-alpine
|
||||
steps:
|
||||
name: Clone the repository
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
name: Build the application
|
||||
- name: Build the application
|
||||
run: go build
|
||||
|
||||
name: Tar binary
|
||||
- name: Tar binary
|
||||
run: tar -czf streaming-api.tar.gz streaming-api
|
||||
|
||||
name: Release
|
||||
- name: Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user