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 a4cb86b commit 3b39c71Copy full SHA for 3b39c71
.github/workflows/release.yaml
@@ -26,6 +26,8 @@ jobs:
26
sudo mv github-assets-uploader /usr/sbin/ && \
27
sudo rm -f github-assets-uploader.tar.gz && \
28
github-assets-uploader -version
29
+ - name: Print Go paths
30
+ run: whereis go
31
- name: Print Go Version
32
run: go version
33
- name: Install windows dependencies
@@ -43,7 +45,7 @@ jobs:
43
45
if: ${{ matrix.goos == 'windows'}}
44
46
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
47
- name: Create build
- run: make clean && make build
48
+ run: make clean && make
49
- name: Package files
50
51
run: |
0 commit comments