ci/cd: Command not working?
Some checks failed
Release / build (amd64, darwin, macos-latest) (push) Has been cancelled
Release / build (amd64, linux, ubuntu-latest) (push) Has been cancelled
Release / build (amd64, windows, windows-latest) (push) Has been cancelled
Release / build (arm64, darwin, macos-latest) (push) Has been cancelled
Release / build (arm64, linux, ubuntu-latest) (push) Has been cancelled
Release / release (push) Has been cancelled

This commit is contained in:
Hayden Hargreaves 2026-04-23 23:26:58 -07:00
parent 3e84be6a40
commit 38fad01063

View File

@ -34,8 +34,7 @@ jobs:
- name: Build
run: |
mkdir -p dist
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} \
go build -o dist/termtap-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/tap/main.go
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o dist/termtap-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/tap/main.go
- name: Upload artifact
uses: actions/upload-artifact@v4
with: