From 7c62da11bb35ef9db6015a9ff99cbd87fde9238a Mon Sep 17 00:00:00 2001 From: Light-Wizzard Date: Sun, 18 Jul 2021 11:00:09 -0700 Subject: [PATCH] Update --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c54f1a4..59e2dc9 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -87,13 +87,13 @@ deploy: draft: false prerelease: true auth_token: - secure: $(AppVeyorEnvVar) + secure: 5Kb03ANp7s6KeJKren+ROsEnuCk2tXGby36aqYpG0WV8xfHBg26Td9B4C9jpI/O/ - provider: GitHub release: continuous artifact: 'ExecutableFile' draft: false prerelease: true auth_token: - secure: $(AppVeyorEnvVar) + secure: 5Kb03ANp7s6KeJKren+ROsEnuCk2tXGby36aqYpG0WV8xfHBg26Td9B4C9jpI/O/ ############################################## End of File ####################