Skip to content

Commit f1e7589

Browse files
committed
tmp
1 parent f47aa80 commit f1e7589

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
run: go generate ./...
2828

2929
- name: Build
30-
run: go build -v ./...
31-
30+
run: ls cmd/ | xargs -I'{}' sh -c "cd ./cmd/{} && go build -v ."
31+
3232
- uses: actions/upload-artifact@v5
3333
with:
3434
name: carapace-aws
35-
path: carapace-aws
35+
path: cmd/carapace-aws/carapace-aws
3636
retention-days: 1
3737

3838
- name: Test

0 commit comments

Comments
 (0)