fixed build job
All checks were successful
Build this app / Builder (push) Successful in 41s

This commit is contained in:
Itsigo
2026-03-07 16:02:19 +01:00
parent cdac67d781
commit 32e2cb23a8

View File

@@ -18,10 +18,10 @@ jobs:
run: make build
- name: Tar binary
run: tar -czf ./bin/gomad.tar.gz ./tmp/gomad_linux_amd64
run: tar -czf ./tmp/gomad.tar.gz ./tmp/gomad_linux_amd64
- name: Release
uses: akkuman/gitea-release-action@v1
with:
files: |-
bin/**
tmp/**