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,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