We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8642cd commit c8dd47bCopy full SHA for c8dd47b
appveyor.yml
@@ -63,6 +63,6 @@ for:
63
- cd %APPVEYOR_BUILD_FOLDER% # CD into the cloned project folder
64
- cd Bin # CD into Bin
65
- 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)
+ - set BUILD_ARCHIVE=%APPVEYOR_PROJECT_NAME%.zip # Set our output archive as projectname-(Debug|Release)-(x86|x64)
67
- cmd: 7z a -r %BUILD_ARCHIVE% *.dll *.exe # Add all exe and dll files to our archive
68
- appveyor PushArtifact %BUILD_ARCHIVE% # Upload the archive as an artifact
0 commit comments