fix: rename windows build to .exe
This commit is contained in:
parent
adf4f1902d
commit
4f969a0288
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user