Skip to content

Commit

Permalink
Typo, wrong debug symbols name
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 12, 2017
1 parent 775a526 commit a4ccaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -22,7 +22,7 @@ install:
build_script:
- if defined BASH (%BASH% -lc "${APPVEYOR_BUILD_FOLDER}/util/build_windows.sh $(cygpath ${APPVEYOR_BUILD_FOLDER}) $(cygpath ${APPVEYOR_BUILD_FOLDER})/build")
- cd %APPVEYOR_BUILD_FOLDER%\build && 7z a %APPVEYOR_BUILD_FOLDER%\mmseqs-win64.zip mmseqs
- cd %APPVEYOR_BUILD_FOLDER%\build && 7z a %APPVEYOR_BUILD_FOLDER%\mmseqs-win64-debug-symbols.zip mmseqs_debug_symbols_avx2 mmseqs_debug_symbols_sse42
- cd %APPVEYOR_BUILD_FOLDER%\build && 7z a %APPVEYOR_BUILD_FOLDER%\mmseqs-win64-debug-symbols.zip mmseqs_debug_symbols_avx2 mmseqs_debug_symbols_sse41

on_success:
- ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
Expand Down

0 comments on commit a4ccaef

Please sign in to comment.