We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d71f66 commit 939852cCopy full SHA for 939852c
.github/workflows/release.yaml
@@ -35,9 +35,9 @@ jobs:
35
- name: Echo Version
36
run: echo ${VERSION}
37
- name: Set CGO_ENABLED env
38
- run: echo CGO_ENABLED=1 >> ${GITHUB_ENV}
39
- - name: Set GOOS env
40
- env: GOOS=${{matrix.goos}}
+ run: echo CGO_ENABLED=1 >> ${GITHUB_ENV} && echo GOOS=${matrix.goos} >> ${GITHUB_ENV}
+ - name: CAT ENV
+ run: cat ${GITHUB_ENV}
41
- name: Set Windows C Compiler GO env
42
if: ${{ matrix.goos == 'windows'}}
43
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
0 commit comments