Skip to content

Commit 939852c

Browse files
committed
fix: use native build
1 parent 7d71f66 commit 939852c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: Echo Version
3636
run: echo ${VERSION}
3737
- name: Set CGO_ENABLED env
38-
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
39-
- name: Set GOOS env
40-
env: GOOS=${{matrix.goos}}
38+
run: echo CGO_ENABLED=1 >> ${GITHUB_ENV} && echo GOOS=${matrix.goos} >> ${GITHUB_ENV}
39+
- name: CAT ENV
40+
run: cat ${GITHUB_ENV}
4141
- name: Set Windows C Compiler GO env
4242
if: ${{ matrix.goos == 'windows'}}
4343
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)