Revert "circleci - use .gz for build artifact."

This reverts commit f28d39efae.
This commit is contained in:
John MacFarlane 2019-01-25 10:07:35 -08:00
parent f28d39efae
commit 32119ce04c

View file

@ -111,10 +111,10 @@ jobs:
stack update
stack test --system-ghc --ghc-options="${GHC_OPTS} -Werror" .
stack install --system-ghc --ghc-options="${GHC_OPTS}" --local-bin-path /tmp/artifacts
gzip /tmp/artifacts/pandoc
- *save
- store_artifacts:
path: /tmp/artifacts/pandoc.gz
path: /tmp/artifacts/pandoc
destination: pandoc-${CIRCLE_SHA1}
workflows:
version: "2.1"