We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1463d commit 94d5433Copy full SHA for 94d5433
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
./build.sh -t -w -r -e
73
mkdir windows
74
- cp build/sfoav/sfoav.exe windows/sfoav.exe
+ cp build/sfoav/sfoav.exe windows/sfoav-windows.exe
75
cp build/*.dll windows/
76
cp LICENSE* windows/
77
0 commit comments