diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-01-25 10:07:35 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-01-25 10:07:35 -0800 |
commit | 32119ce04cdf6a23aef940513c7c712bf987e174 (patch) | |
tree | f64a67a1ec34976cef1348b4ddf7af8c820c7717 | |
parent | f28d39efaef7f5d0066a217ac8b320080ca1f032 (diff) | |
download | pandoc-32119ce04cdf6a23aef940513c7c712bf987e174.tar.gz |
Revert "circleci - use .gz for build artifact."
This reverts commit f28d39efaef7f5d0066a217ac8b320080ca1f032.
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f7276166d..02648a63d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" |