Skip to content

Commit

Permalink
Change in artifact for appveyor.
Browse files Browse the repository at this point in the history
.
  • Loading branch information
FranciscoKnebel committed Feb 19, 2018
1 parent 0f54214 commit b34279f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ before_deploy:
- npm run deploy-appveyor

deploy:
release: Space Invader-v$(appveyor_build_version)
description: 'Release description'
description: 'Space Invader-v$(appveyor_build_version)'
provider: GitHub
auth_token:
secure: GGWpP6cibMdB2Q9L41M3GBz4KEQILhjiI+gXJtKlD1YkMmGMW0DlF7g6JdYg3znT
artifact: apps/installers/spaceinvader-*.zip
artifact: apps/installers/spaceinvader-win32-*
draft: false
prerelease: false
on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceinvader",
"version": "0.1.6",
"version": "0.1.7",
"main": "main.js",
"scripts": {
"build": "grunt dist && npm run build-linux && npm run build-win32 && npm run build-darwin",
Expand Down

0 comments on commit b34279f

Please sign in to comment.