fix: make command

This commit is contained in:
Lakhan Samani 2021-09-11 12:57:32 +05:30
parent a4cb86b386
commit 3b39c71835

View File

@ -26,6 +26,8 @@ jobs:
sudo mv github-assets-uploader /usr/sbin/ && \ sudo mv github-assets-uploader /usr/sbin/ && \
sudo rm -f github-assets-uploader.tar.gz && \ sudo rm -f github-assets-uploader.tar.gz && \
github-assets-uploader -version github-assets-uploader -version
- name: Print Go paths
run: whereis go
- name: Print Go Version - name: Print Go Version
run: go version run: go version
- name: Install windows dependencies - name: Install windows dependencies
@ -43,7 +45,7 @@ jobs:
if: ${{ matrix.goos == 'windows'}} if: ${{ matrix.goos == 'windows'}}
run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV} run: echo CC=/usr/bin/x86_64-w64-mingw32-gcc >> ${GITHUB_ENV}
- name: Create build - name: Create build
run: make clean && make build run: make clean && make
- name: Package files - name: Package files
if: ${{ matrix.goos == 'windows'}} if: ${{ matrix.goos == 'windows'}}
run: | run: |