Skip to content

Commit 602c33a

Browse files
committed
fix: remove raw build command
1 parent f5ca38e commit 602c33a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
run: go version
3434
- name: Set VERSION env
3535
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
36-
- name: Create build
37-
run: make clean && make
3836
- name: Package files for windows
3937
run: |
4038
make clean && CGO_ENABLED=1 GOOS=windows CC=/usr/bin/x86_64-w64-mingw32-gcc make

0 commit comments

Comments
 (0)