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 90
90
91
91
- uses : actions/upload-artifact@v2
92
92
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 }}
94
94
path : ${{ steps.compress_server_binary.outputs.path }}
95
95
96
96
- name : Build Wrapper
@@ -130,6 +130,6 @@ jobs:
130
130
- uses : actions/upload-artifact@v2
131
131
if : matrix.ghc == '8.10.1'
132
132
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 }}
134
134
path : ${{ steps.compress_wrapper_binary.outputs.path }}
135
135
You can’t perform that action at this time.
0 commit comments