formatting
Some checks failed
Build this app / Builder (push) Failing after 13s

This commit is contained in:
Itsigo
2025-08-28 13:41:27 +02:00
parent 94e1df4bf8
commit 4a21def40b

View File

@@ -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: