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

appveyor: 7z, not 7

parent b3ee8591
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ build_script:
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 ERRORMODE=1
after_build:
- set BUILD_ARCHIVE=%APPVEYOR_REPO_BRANCH%-%APPVEYOR_REPO_COMMIT%.7
- set BUILD_ARCHIVE=%APPVEYOR_REPO_BRANCH%-%APPVEYOR_REPO_COMMIT%.7z
- cmd: 7z a %BUILD_ARCHIVE% bin\Mingw\Release -x!.gitignore
- appveyor PushArtifact %BUILD_ARCHIVE%
......
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