Исправлен workflow - 9 для сборки и релиза
All checks were successful
Release Build / release (push) Successful in 1m2s

This commit is contained in:
2025-07-27 13:45:32 +06:00
parent 7858f1c55b
commit 3734143548

View File

@@ -18,8 +18,11 @@ jobs:
- name: Setup Go
run: |
# Install jq for JSON parsing
apt-get update && apt-get install -y jq
git --version
go version
jq --version
- name: Build
run: |