From 2501d96a7e8be6d8389fc936758d264744284481 Mon Sep 17 00:00:00 2001 From: mh-cbon Date: Sun, 26 Jun 2016 12:14:49 +0200 Subject: [PATCH] align arch arguments with GO standards --- appveyor-recipe.md | 4 ++-- appveyor.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor-recipe.md b/appveyor-recipe.md index baa436f..838d412 100644 --- a/appveyor-recipe.md +++ b/appveyor-recipe.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 5d616ec..b1c55cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: