Skip to content

Commit 6baea9f

Browse files
committed
ci(build): Update environment variables in tag workflow
1 parent 897db28 commit 6baea9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tag.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,12 @@ jobs:
7575
run: echo "VERSION=$(echo ${{ github.ref }} | cut -d '/' -f 3)" >> $GITHUB_ENV
7676

7777
- name: Build
78+
env:
79+
GOOS: ${{ matrix.platform }}
80+
GOARCH: ${{ matrix.arch }}
7881
run: |
79-
GOOS=${{ matrix.platform }} GOARCH=${{ matrix.arch }} make build
82+
make build
83+
ls -la bin
8084
8185
- name: Prepare artifact
8286
run: |

0 commit comments

Comments
 (0)