From 010ca8be62f117f673904acadd0c773908ebb768 Mon Sep 17 00:00:00 2001 From: Christopher Pow Date: Wed, 4 Mar 2020 14:58:21 -0600 Subject: [PATCH] More versioning for appveyor. --- .appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ddef1327..850e76bc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,3 @@ -version: {COMMIT_SHORT} image: Visual Studio 2017 platform: x64 @@ -8,7 +7,6 @@ branches: skip_tags: true environment: QTDIR: C:\Qt\5.11\mingw53_32 - COMMIT_SHORT: '%APPVEYOR_REPO_COMMIT:~0,7%' hosts: phrenetic: 162.243.126.83 @@ -28,7 +26,7 @@ build_script: bash ./build/windows-deploy.sh local test: off artifacts: -- path: nesicide-win-x86-%APPVEYOR_REPO_COMMIT%.tar.bz2 +- path: nesicide-win-x86-*.tar.bz2 name: nesicide deploy: - provider: BinTray