diff options
-rw-r--r-- | .github/workflows/haskell.yml | 6 |
1 files 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: |