From e367656de88658a359ba46be3fb9ba0465aeff5e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Sep 2019 18:32:12 -0700 Subject: More GH CI tweaks. --- .github/workflows/haskell.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 68a8df02c..d8bbd9335 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -33,9 +33,9 @@ jobs: mkdir -p ./bin cabal v2-install --bindir=./bin - uses: actions/upload-artifact@master - with: - name: pandoc-linux - path: ./bin/pandoc + with: + name: pandoc-linux + path: ./bin/pandoc windows: -- cgit v1.2.3