We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d4c62 commit a308151Copy full SHA for a308151
.github/workflows/build.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- uses: actions/upload-artifact@v2
92
with:
93
- name: haskell-language-server-${{ runner.OS }}-${{ matrix.ghc }}${{env.EXE_EXT}}.gz
+ name: haskell-language-server-${{ runner.OS }}-${{ matrix.ghc }}${{env.EXE_EXT}}.${{ steps.compress_server_binary.outputs.extension }}
94
path: ${{ steps.compress_server_binary.outputs.path }}
95
96
- name: Build Wrapper
@@ -130,6 +130,6 @@ jobs:
130
131
if: matrix.ghc == '8.10.1'
132
133
- name: haskell-language-server-wrapper-${{ runner.OS }}${{env.EXE_EXT}}.gz
+ name: haskell-language-server-wrapper-${{ runner.OS }}${{env.EXE_EXT}}.${{ steps.compress_wrapper_binary.outputs.extension }}
134
path: ${{ steps.compress_wrapper_binary.outputs.path }}
135
0 commit comments