Skip to content

Commit

Permalink
Add automatic distribution upload
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Oct 27, 2019
1 parent 81c2b46 commit 52d9086
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ build_script:
artifacts:
- path: SpatialMedia_AE_*_Win32.zip
- path: SpatialMedia_AE_*_Win64.zip

deploy:
description: |
Latest plug-in binaries ($(APPVEYOR_REPO_TAG_NAME)).
The 'source code' links are automatically generated by GitHub and do not contain the plug-in binaries. Please download the Win32 or Win64 zip files instead.
provider: GitHub
auth_token:
secure: lAs3WpB/OHKOvPrV3ep+bZjvGknD/Qq0aelWA4x2vDXADYLxfGxBebPR9xBviCKq
artifact: /SpatialMedia_AE_.*_Win(32|64)\.zip/
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 52d9086

Please sign in to comment.