We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a214d05 + b6d9dab commit 887ac0cCopy full SHA for 887ac0c
.github/workflows/ci.yml
@@ -134,7 +134,7 @@ jobs:
134
cabal install --install-method=copy --installdir=dist
135
BINDIST_NAME="threadscope-ghc-${{matrix.ghc-version}}-${{ matrix.os }}${{ matrix.container && '-' }}${{matrix.container && 'alpine'}}"
136
echo "BINDIST_NAME=$BINDIST_NAME" >> "$GITHUB_ENV"
137
- tar -czf "$BINDIST_NAME.tar.xz" -C dist threadscope
+ tar -cJf "$BINDIST_NAME.tar.xz" -C dist threadscope
138
echo bindist is "$BINDIST_NAME.tar.xz"
139
140
- name: Upload bindist to artifacts
0 commit comments