ci: updated more syntax for bash
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user