Skip to content

Commit 3b39c71

Browse files
committed
fix: make command
1 parent a4cb86b commit 3b39c71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
sudo mv github-assets-uploader /usr/sbin/ && \
2727
sudo rm -f github-assets-uploader.tar.gz && \
2828
github-assets-uploader -version
29+
- name: Print Go paths
30+
run: whereis go
2931
- name: Print Go Version
3032
run: go version
3133
- name: Install windows dependencies
@@ -43,7 +45,7 @@ jobs:
4345
if: ${{ matrix.goos == 'windows'}}
4446
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
4547
- name: Create build
46-
run: make clean && make build
48+
run: make clean && make
4749
- name: Package files
4850
if: ${{ matrix.goos == 'windows'}}
4951
run: |

0 commit comments

Comments
 (0)