Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix deployment branch name
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
appveyor.yml
|
|
@@ -41,11 +41,11 @@ deploy: |
|
|
artifact: ScriptHookVDotNet |
|
|
draft: true |
|
|
on: |
|
|
branch: master |
|
|
branch: main |
|
|
appveyor_repo_tag: true |
|
|
- provider: NuGet |
|
|
api_key: |
|
|
secure: 4803INtOGJwqBUIaW7pQv3hfF8YKQHXZ6HiwS9rRMZ9tBjbmi6dY1LoeNBVAkCGI |
|
|
on: |
|
|
branch: master |
|
|
branch: main |
|
|
appveyor_repo_tag: true |