Skip to content
Snippets Groups Projects
Commit ba1cb80f authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor: name each 7z by version"

parent 5582d715
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ build_script:
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 ERRORMODE=1
after_build:
- cmd: 7z a Build.7z -w bin\Mingw\Release
- appveyor PushArtifact Build.7z
- cmd: 7z a $(appveyor_build_version).7z bin\Mingw\Release -x!.gitignore
- appveyor PushArtifact $(appveyor_build_version).7z
test: off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment