diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-10 18:57:48 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-10 18:57:48 -0500 |
| commit | 9e62e83ab36b26f0a912dd81816aeab2c7be3c01 (patch) | |
| tree | 6c3f53ded06ed1365a5055f7a742acd4584d6c2f | |
| parent | bbed5cc0c42f8414037c9d0f2886d9a39546e6e6 (diff) | |
| download | BSODPrank-9e62e83ab36b26f0a912dd81816aeab2c7be3c01.tar.gz BSODPrank-9e62e83ab36b26f0a912dd81816aeab2c7be3c01.tar.bz2 BSODPrank-9e62e83ab36b26f0a912dd81816aeab2c7be3c01.zip | |
hopefully this will be the last time that I will be updating appveyor
| -rw-r--r-- | appveyor.yml | 5 |
1 files 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 |
