Skip to content

Commit

Permalink
Correct artifact duplicated extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Jan 19, 2019
1 parent 8db8053 commit 8e76ade
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ for:
- stack test dhall-bash

artifacts:
- path: bin\dhall-$(DEPLOY_SUFFIX).zip
- path: bin\dhall-%DEPLOY_SUFFIX%
name: dhall
- path: bin\dhall-json-$(DEPLOY_SUFFIX).zip
- path: bin\dhall-%DEPLOY_SUFFIX%
name: dhall-json
- path: bin\dhall-text-$(DEPLOY_SUFFIX).zip
- path: bin\dhall-text-%DEPLOY_SUFFIX%
name: dhall-text
- path: bin\dhall-bash-$(DEPLOY_SUFFIX).zip
- path: bin\dhall-bash-%DEPLOY_SUFFIX%
name: dhall-bash

deploy:
Expand Down

0 comments on commit 8e76ade

Please sign in to comment.