Skip to content

Commit

Permalink
align arch arguments with GO standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cbon committed Jun 26, 2016
1 parent 0c89f45 commit 2501d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ test: off
# need this to deploy assets,
# note that each MUST must match only one file
artifacts:
- path: '*-x86.msi'
- path: '*-386.msi'
name: msi-x86
- path: '*-x64.msi'
- path: '*-amd64.msi'
name: msi-x64

# deploy section to github releases
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ build_script:
test: off

artifacts:
- path: '*-x86.msi'
- path: '*-386.msi'
name: msi-x86
- path: '*-x64.msi'
- path: '*-amd64.msi'
name: msi-x64

deploy:
Expand Down

0 comments on commit 2501d96

Please sign in to comment.