ci: updated more syntax for bash

This commit is contained in:
itsmattkc
2020-09-21 04:44:59 +10:00
parent 82ceef2013
commit 7bc1aee71b
+3 -3
View File
@@ -239,8 +239,8 @@ 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
if: matrix.os == 'windows-latest'