Skip to content

Commit a308151

Browse files
committed
Fix compression extension on GitHub build artifacts
1 parent 75d4c62 commit a308151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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

0 commit comments

Comments
 (0)