ci: use bash syntax on crashpad step
This commit is contained in:
@@ -238,7 +238,7 @@ jobs:
|
||||
GH_AUTH_KEY: ${{ secrets.GH_AUTH_KEY }}
|
||||
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
|
||||
./dump_syms app/olive-editor.pdb > olive-editor.sym
|
||||
curl -X POST ^
|
||||
-F symfile=@olive-editor.sym ^
|
||||
-F key="$GH_AUTH_KEY" ^
|
||||
|
||||
Reference in New Issue
Block a user