fix: rename windows build to .exe

This commit is contained in:
Lakhan Samani
2021-09-14 10:29:37 +05:30
parent e0ea0a0c07
commit c4a39b230b

View File

@@ -39,6 +39,7 @@ jobs:
- name: Package files for windows
run: |
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
- name: Package files for linux
run: |