Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
fixes build artefacts miss
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Aug 16, 2019
1 parent 4900a4f commit e19aa66
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,17 @@ before_build:
- mkdir Release
# maybe needed for local build events to go through
- mkdir %localappdata%\Autodesk\REVIT\Addins\2019

build:
project: SpeckleRevit.sln
verbosity: minimal

after_build:
# zip everything up into a .rhi package
# - 7z a -tzip -r specklerhino.rhi "%APPVEYOR_BUILD_FOLDER%\SpeckleRhinoPlugin\SpeckleWinR6\bin\Release\*"
# - 7z a -tzip -r specklerhino.rhi "%APPVEYOR_BUILD_FOLDER%\SpeckleGrasshopper\bin\Release\*"
- 7z a SpeckleRevit.zip "%APPVEYOR_BUILD_FOLDER%\Release\*"

artifacts:
path: SpeckleRevit-$(APPVEYOR_BUILD_VERSION).zip
name: Release
path: SpeckleRevit.zip
name: SpeckleRevit

deploy:
- release: SpeckleRevit-$(APPVEYOR_BUILD_VERSION)
Expand All @@ -57,7 +56,7 @@ deploy:
provider: GitHub
auth_token:
secure: D5tPFvdQMg9sIe0sSvQjEWw4KAdOk1jyxNwiH5qP5DpDmUH6n6NgTdA+56vXS1Pe # your encrypted token from GitHub
artifact: SpeckleRevit-$(APPVEYOR_BUILD_VERSION).rhi
artifact: SpeckleRevit
#draft: false
#prerelease: false
force_update: true
Expand Down

0 comments on commit e19aa66

Please sign in to comment.