chore: fix one more time
All checks were successful
CI.yml / build (push) Successful in 1m41s

This commit is contained in:
d3m0k1d
2026-01-14 01:45:43 +03:00
parent 12c40a5748
commit 803e9db7b4

View File

@@ -67,7 +67,7 @@ jobs:
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 }} - name: Upload ${{ matrix.goos }}-${{ matrix.arch }}
uses: actions@upload-artifact@v3 uses: actions@upload-artifact@v2
with: with:
name: banforge-${{ matrix.goos }}-${{ matrix.arch }} name: banforge-${{ matrix.goos }}-${{ matrix.arch }}
path: banforge-${{ matrix.goos }}-${{ matrix.arch }} path: banforge-${{ matrix.goos }}-${{ matrix.arch }}