Skip to content

Commit 887ac0c

Browse files
authored
Merge pull request #141 from haskell/TeofilC-patch-1
actions: fix tar call
2 parents a214d05 + b6d9dab commit 887ac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
cabal install --install-method=copy --installdir=dist
135135
BINDIST_NAME="threadscope-ghc-${{matrix.ghc-version}}-${{ matrix.os }}${{ matrix.container && '-' }}${{matrix.container && 'alpine'}}"
136136
echo "BINDIST_NAME=$BINDIST_NAME" >> "$GITHUB_ENV"
137-
tar -czf "$BINDIST_NAME.tar.xz" -C dist threadscope
137+
tar -cJf "$BINDIST_NAME.tar.xz" -C dist threadscope
138138
echo bindist is "$BINDIST_NAME.tar.xz"
139139
140140
- name: Upload bindist to artifacts

0 commit comments

Comments
 (0)