File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,16 +43,10 @@ jobs:
4343 - name : Setup Tools
4444 run : ./scripts/setup
4545
46- - name : Debug Environment
47- run : |
48- echo "github.workspace=${{ github.workspace }}"
49- echo "Current directory: $(pwd)"
50- echo "Protocol directory contents:"
51- ls -la ../reduction-protocol
52- ls -la ./
53-
5446 - name : Generate Code
55- run : ./scripts/gen
47+ run : |
48+ ./scripts/gen
49+ rm -rf vendor
5650
5751 - name : Run GoReleaser
5852 uses : goreleaser/goreleaser-action@v6
Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ version: 2
55
66project_name : reduction
77
8- before :
9- hooks :
10- - ./scripts/setup
11- - ./scripts/gen
12- - go mod tidy
13-
148builds :
159 - main : ./cmd/reduction
1610 flags :
@@ -22,6 +16,9 @@ builds:
2216 - amd64
2317 - arm64
2418
19+ gomod :
20+ mod : readonly
21+
2522archives :
2623 - formats : binary
2724
You can’t perform that action at this time.
0 commit comments