aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/haskell.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml
index d2ee6bfd7..68a8df02c 100644
--- a/.github/workflows/haskell.yml
+++ b/.github/workflows/haskell.yml
@@ -27,6 +27,15 @@ jobs:
run: |
export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH
cabal v2-test
+ - name: Install artifact
+ run: |
+ export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH
+ mkdir -p ./bin
+ cabal v2-install --bindir=./bin
+ - uses: actions/upload-artifact@master
+ with:
+ name: pandoc-linux
+ path: ./bin/pandoc
windows: