From 0905ed152acf43ed1d5f7f8f641dd5ee28ee01dc Mon Sep 17 00:00:00 2001 From: boristestov Date: Sun, 6 Dec 2020 19:01:52 +0000 Subject: [PATCH] appveyour fix --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 87f7e23..d3868eb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -75,7 +75,7 @@ for: deploy: - provider: GitHub skip_cleanup: true - release: $APPVEYOR_BUILD_VERSION-Linux.deb + release: $APPVEYOR_BUILD_VERSION auth_token: $GITHUB_TOKEN artifact: $PROJECT_NAME-$APPVEYOR_BUILD_VERSION-Linux.deb draft: false