fix: rename windows build to .exe

This commit is contained in:
Lakhan Samani 2021-09-14 10:29:37 +05:30
parent adf4f1902d
commit 4f969a0288

View File

@ -39,6 +39,7 @@ jobs:
- name: Package files for windows - name: Package files for windows
run: | run: |
make clean && CGO_ENABLED=1 GOOS=windows CC=/usr/bin/x86_64-w64-mingw32-gcc make make clean && CGO_ENABLED=1 GOOS=windows CC=/usr/bin/x86_64-w64-mingw32-gcc make
mv build/server build/server.exe
zip -vr authorizer-${VERSION}-windows-amd64.zip .env app build templates zip -vr authorizer-${VERSION}-windows-amd64.zip .env app build templates
- name: Package files for linux - name: Package files for linux
run: | run: |