Skip to content

Commit

Permalink
Fix artifact regex
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWard1995 committed Sep 24, 2018
1 parent 3d6d3d3 commit 2d16e34
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 @@ -43,10 +43,10 @@ build_script:
- ps: AdvancedInstaller.com /build Ordino-64bit.aip

deploy:
release: 1.0.0-$(git log --format=%h -1)
release: $(APPVEYOR_REPO_TAG_NAME)
provider: GitHub
auth_token: $(GH_RELEASE_TOKEN)
artifact: /.*\.msi/
artifact: /.*.msi/
draft: false
prerelease: false
on:
Expand Down

0 comments on commit 2d16e34

Please sign in to comment.