Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
augustohdias authored Sep 13, 2019
1 parent 4739794 commit f16d742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ for:
OS: linux

cache:
- '$HOME/stack'
- '$HOME/.stack'

install:
- sh: mkdir -p ~/.local/bin
Expand All @@ -87,7 +87,7 @@ for:

deploy:
- provider: GitHub
release: howl-v$(appveyor_build_version)
release: howl-v$APPVEYOR_BUILD_VERSION)
artifact: HowlLinux
draft: true
auth_token:
Expand Down

0 comments on commit f16d742

Please sign in to comment.