From 9e62e83ab36b26f0a912dd81816aeab2c7be3c01 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 10 Feb 2019 18:57:48 -0500 Subject: hopefully this will be the last time that I will be updating appveyor --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f6c2564..68414e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,14 +17,13 @@ artifacts: deploy: provider: GitHub release: Continuous build - description: 'BSODPrank $(appveyor_repo_tag_name)' + description: 'BSODPrank Development Builds' auth_token: secure: MeuJU9DaBpnzRdWaqvDfR4M7WhtB90FIpmYkZ5GmS8GyVSWyHT2FAMtDczW3D/JQ artifact: /.*\.zip/ draft: false prerelease: true - force_update: true - tag: $(APPVEYOR_REPO_TAG_NAME) + tag: continuous on: appveyor_repo_tag: true -- cgit v1.2.3