summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-23 21:50:12 -0500
committerGitHub <noreply@github.com>2024-11-23 21:50:12 -0500
commit1659c3dbe45314f8b57983850b3f71ac1d70bc83 (patch)
treef2803bf643474a8bc1ca987a4f0c91947de697f6 /.github/workflows
parentc9c4f020100086638c32a362ddde58b3792550ba (diff)
termpicker in ./bin directory
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index dc78503..44cec2a 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
go-version: '1.22'
- name: Build
- run: go build -v -o termpicker ./...
+ run: go build -v -o /bin/termpicker ./...
- name: Test
run: go test -v ./...