ci: use bash syntax on crashpad step

This commit is contained in:
itsmattkc
2020-09-21 04:15:41 +10:00
parent 3ea173c9c0
commit ff188d44b1
+1 -1
View File
@@ -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" ^