tar
All checks were successful
Build this app / Builder (push) Successful in 59s

This commit is contained in:
Itsigo
2025-08-28 14:03:53 +02:00
parent 4d5d904c5d
commit c88c0f9a83

View File

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