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

Commit 79a63e4

Browse files
committed
added build version to artifact name
1 parent 470c5c3 commit 79a63e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ build:
5555
verbosity: minimal
5656

5757
after_build:
58-
- 7z a SpeckleRevit%REVIT_VERSION%.zip -r "%APPVEYOR_BUILD_FOLDER%\Release\%CONFIGURATION%\*"
58+
- 7z a SpeckleRevit%REVIT_VERSION%-%APPVEYOR_BUILD_VERSION%.zip -r "%APPVEYOR_BUILD_FOLDER%\Release\%CONFIGURATION%\*"
5959

6060
artifacts:
61-
path: SpeckleRevit%REVIT_VERSION%.zip
61+
path: SpeckleRevit%REVIT_VERSION%-%APPVEYOR_BUILD_VERSION%.zip
6262
name: Release
6363

6464
deploy:

0 commit comments

Comments
 (0)