There was an error while loading. Please reload this page.
1 parent f47aa80 commit f1e7589Copy full SHA for f1e7589
1 file changed
.github/workflows/go.yml
@@ -27,12 +27,12 @@ jobs:
27
run: go generate ./...
28
29
- name: Build
30
- run: go build -v ./...
31
-
+ run: ls cmd/ | xargs -I'{}' sh -c "cd ./cmd/{} && go build -v ."
+
32
- uses: actions/upload-artifact@v5
33
with:
34
name: carapace-aws
35
- path: carapace-aws
+ path: cmd/carapace-aws/carapace-aws
36
retention-days: 1
37
38
- name: Test
0 commit comments