Skip to content

Commit 23cab02

Browse files
authored
Update go.yml
Signed-off-by: trodsre <[email protected]>
1 parent 98bc348 commit 23cab02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
run: make build
2828

2929
- name: Move binary
30-
run: mv /go/src/app/postgres_exporter ./
31-
32-
30+
run: mv /home/runner/work/postgres_exporter/postgres_exporter/postgres_exporter ./
31+
3332
- name: Test
3433
run: go test -v ./...
3534

0 commit comments

Comments
 (0)