Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 8780aad

Browse files
author
Anaminus
committed
Fix build command.
1 parent 31e886d commit 8780aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
extended: true
4646
- name: "Build roar"
4747
run: |
48-
go build -v -o "bin/roar" "roar/cmd/roar"
48+
go build -C "roar" -v -o "../bin/roar" "./cmd/roar"
4949
- name: "Generate data"
5050
run: |
5151
bin/roar \

0 commit comments

Comments
 (0)