Skip to content

Commit e09dca9

Browse files
committed
chore: ci debug
1 parent 0b865cd commit e09dca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- run: mkdir -p .build
2525
- run: |
2626
export VERSION="${{ steps.version.outputs.version }}"
27+
export MAN_PATH=".build"
2728
go generate
29+
- run: ls .build
2830
- uses: crazy-max/ghaction-xgo@v2
2931
with:
3032
dest: ${{ env.GITHUB_WORKSPACE }}/.build
@@ -33,9 +35,7 @@ jobs:
3335
targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/arm64,darwin/amd64
3436
v: true
3537
x: true
36-
- run: make docs
37-
env:
38-
MAN_PATH: ${{ env.GITHUB_WORKSPACE }}/.build
38+
- run: ls .build
3939
- uses: softprops/action-gh-release@v1
4040
with:
4141
tag_name: v${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)