Fix new line escaping for cmd

This commit is contained in:
Simran Spiller
2020-09-17 12:46:50 +02:00
parent ad6b94e406
commit c668caf66e
+3 -3
View File
@@ -154,9 +154,9 @@ jobs:
run: |
curl -fLSs --retry 3 https://github.com/google/breakpad/blob/master/src/tools/windows/binaries/dump_syms.exe?raw=true > dump_syms.exe
dump_syms app\olive-editor.pdb > olive-editor.sym
curl -X POST \
-F symfile=@olive-editor.sym \
-F key="%GH_AUTH_KEY%" \
curl -X POST ^
-F symfile=@olive-editor.sym ^
-F key="%GH_AUTH_KEY%" ^
https://olivevideoeditor.org/crashpad/symbols.php
- name: Upload Installer to Nightly Page