File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 33 types : [created]
44
55jobs :
6- - releases-windows :
6+ releases-windows :
77 name : Release Authorizer Binary
88 runs-on : ubuntu-latest
99 strategy :
2222 - name : Set VERSION env
2323 run : echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
2424 - name : Set GO env
25- env :
26- - CGO_ENABLED=1
27- - CC=x86_64-w64-mingw32-gcc
25+ run : echo CGO_ENABLED=1 >> ${GITHUB_ENV} && echo CC=x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
2826 -
uses :
wangyoucao577/[email protected] 2927 with :
3028 github_token : ${{ secrets.RELEASE_TOKEN }}
3331 build_command : make clean && make
3432 md5sum : FALSE
3533 extra_files : .env.sample app build template
36- - releases-darwin :
34+ releases-darwin :
3735 name : Release Authorizer Binary
3836 runs-on : ubuntu-latest
3937 strategy :
5250 - name : Set VERSION env
5351 run : echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
5452 - name : Set GO env
55- env :
56- - CGO_ENABLED=1
57- - CC=o64-clang
53+ run : echo CGO_ENABLED=1 >> ${GITHUB_ENV} && echo CC=o64-clang >> ${GITHUB_ENV}
5854 -
uses :
wangyoucao577/[email protected] 5955 with :
6056 github_token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments