Skip to content

Commit 9f1b0bb

Browse files
author
Clement Champetier
committed
Appveyor: fixed name of zip to deploy
1 parent 91951d9 commit 9f1b0bb

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
@@ -54,10 +54,10 @@ on_failure:
5454
- type "C:\projects\avtranscoder\build\CMakeFiles\CMakeOutput.log"
5555

5656
on_success:
57-
- 7z a avtranscoder-win${PLATFORM}-${DEPENDENCY_NAME}-${DEPENDENCY_VERSION}.zip %DEPENDENCY_INSTALL_PATH% %AVTRANSCODER_INSTALL_PATH%
57+
- 7z a avtranscoder-win%PLATFORM%-%DEPENDENCY_NAME%-%DEPENDENCY_VERSION%.zip %DEPENDENCY_INSTALL_PATH% %AVTRANSCODER_INSTALL_PATH%
5858

5959
artifacts:
60-
- path: avtranscoder-win${PLATFORM}-${DEPENDENCY_NAME}-${DEPENDENCY_VERSION}.zip
60+
- path: avtranscoder-win%PLATFORM%-%DEPENDENCY_NAME%-%DEPENDENCY_VERSION%.zip
6161
name: avtranscoder
6262
type: zip
6363

0 commit comments

Comments
 (0)