Skip to content

Commit

Permalink
fix: add dumpSyms to action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Sep 12, 2024
1 parent 7dc8393 commit c9c3930
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
ls $PROJECT_DIR/out
- name: Upload Symbols
uses: BugSplat-Git/symbol-upload@main
uses: BugSplat-Git/symbol-upload@d9ec6410f7230e35997a79ad8690bbf111cc6fcb
with:
clientId: "${{ secrets.SYMBOL_UPLOAD_CLIENT_ID }}"
clientSecret: "${{ secrets.SYMBOL_UPLOAD_CLIENT_SECRET }}"
database: "${{ secrets.BUGSPLAT_DATABASE }}"
application: "my-ubuntu-crasher"
version: "1.0.0"
files: "**/*.sym"
files: "myUbuntuCrasher"
directory: "${{ env.PROJECT_DIR }}/out"
dumpSyms: true

0 comments on commit c9c3930

Please sign in to comment.