fix: remove raw build command

This commit is contained in:
Lakhan Samani 2021-09-11 16:12:42 +05:30
parent f5ca38ef0b
commit 602c33a1eb

View File

@ -33,8 +33,6 @@ jobs:
run: go version
- name: Set VERSION env
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
- name: Create build
run: make clean && make
- name: Package files for windows
run: |
make clean && CGO_ENABLED=1 GOOS=windows CC=/usr/bin/x86_64-w64-mingw32-gcc make