File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
run : |
66
66
HLS_BUILD=$(find dist-newstyle \( -name 'hls' -o -name 'hls.exe' \) -type f)
67
67
HLS=haskell-language-server-$GHC_VER
68
- mv $HLS_BUILD $HLS
68
+ mv $HLS_BUILD $HLS${{env.EXE_EXT}}
69
69
if [[ "$OSTYPE" == "msys" ]]; then
70
- 7z a $HLS.zip $HLS
70
+ 7z a $HLS.zip $HLS${{env.EXE_EXT}}
71
71
echo ::set-output name=path::$HLS.zip
72
72
echo ::set-output name=content_type::application/zip
73
73
echo ::set-output name=extension::zip
@@ -103,9 +103,9 @@ jobs:
103
103
run : |
104
104
HLS_WRAPPER_BUILD=$(find dist-newstyle \( -name 'hls-wrapper' -o -name 'hls-wrapper.exe' \) -type f)
105
105
HLS_WRAPPER=haskell-language-server-wrapper
106
- mv $HLS_WRAPPER_BUILD $HLS_WRAPPER
106
+ mv $HLS_WRAPPER_BUILD $HLS_WRAPPER${{env.EXE_EXT}}
107
107
if [[ "$OSTYPE" == "msys" ]]; then
108
- 7z a $HLS_WRAPPER.zip $HLS_WRAPPER
108
+ 7z a $HLS_WRAPPER.zip $HLS_WRAPPER${{env.EXE_EXT}}
109
109
echo ::set-output name=path::$HLS_WRAPPER.zip
110
110
echo ::set-output name=content_type::application/zip
111
111
echo ::set-output name=extension::zip
You can’t perform that action at this time.
0 commit comments