Skip to content

Commit c8dd47b

Browse files
committed
Fixes project name in artifact zip
1 parent b8642cd commit c8dd47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ for:
6363
- cd %APPVEYOR_BUILD_FOLDER% # CD into the cloned project folder
6464
- cd Bin # CD into Bin
6565
- cd Release # CD into Release
66-
- set BUILD_ARCHIVE=%APPVEYOR_PROJECT_NAME%-%CONFIGURATION%-%PLATFORM%.zip # Set our output archive as projectname-(Debug|Release)-(x86|x64)
66+
- set BUILD_ARCHIVE=%APPVEYOR_PROJECT_NAME%.zip # Set our output archive as projectname-(Debug|Release)-(x86|x64)
6767
- cmd: 7z a -r %BUILD_ARCHIVE% *.dll *.exe # Add all exe and dll files to our archive
6868
- appveyor PushArtifact %BUILD_ARCHIVE% # Upload the archive as an artifact

0 commit comments

Comments
 (0)