File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090
9191 - uses : actions/upload-artifact@v2
9292 with :
93- name : haskell-language-server-${{ runner.OS }}-${{ matrix.ghc }}${{env.EXE_EXT}}.gz
93+ name : haskell-language-server-${{ runner.OS }}-${{ matrix.ghc }}${{env.EXE_EXT}}.${{ steps.compress_server_binary.outputs.extension }}
9494 path : ${{ steps.compress_server_binary.outputs.path }}
9595
9696 - name : Build Wrapper
@@ -130,6 +130,6 @@ jobs:
130130 - uses : actions/upload-artifact@v2
131131 if : matrix.ghc == '8.10.1'
132132 with :
133- name : haskell-language-server-wrapper-${{ runner.OS }}${{env.EXE_EXT}}.gz
133+ name : haskell-language-server-wrapper-${{ runner.OS }}${{env.EXE_EXT}}.${{ steps.compress_wrapper_binary.outputs.extension }}
134134 path : ${{ steps.compress_wrapper_binary.outputs.path }}
135135
You can’t perform that action at this time.
0 commit comments