chore: fix cd from fratifact to generic pakage
All checks were successful
CD - BanForge Release / release (push) Successful in 31s
CI.yml / build (push) Successful in 3m24s
CD - BanForge Release / build (amd64, linux) (push) Successful in 2m53s
CD - BanForge Release / build (arm64, linux) (push) Successful in 2m41s

This commit is contained in:
d3m0k1d
2026-01-14 14:21:31 +03:00
parent 803e9db7b4
commit 511b708737

View File

@@ -66,8 +66,4 @@ jobs:
GOARCH: ${{ matrix.arch }} GOARCH: ${{ matrix.arch }}
run: go build -o banforge-${{ matrix.goos }}-${{ matrix.arch }} ./cmd/banforge run: go build -o banforge-${{ matrix.goos }}-${{ matrix.arch }} ./cmd/banforge
- name: Upload ${{ matrix.goos }}-${{ matrix.arch }}
uses: actions@upload-artifact@v2
with:
name: banforge-${{ matrix.goos }}-${{ matrix.arch }}
path: banforge-${{ matrix.goos }}-${{ matrix.arch }}