ci/cd: fixed path
Some checks failed
Release / build (amd64, linux, ubuntu-latest) (push) Failing after 4m47s
Release / build (arm64, linux, ubuntu-latest) (push) Failing after 4m45s
Release / build (amd64, darwin, macos-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 / release (push) Has been cancelled

This commit is contained in:
Hayden Hargreaves 2026-04-23 23:19:11 -07:00
parent c5c7bb2a8b
commit 3e84be6a40

View File

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