mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add dSYM file generation for DataDog
This commit is contained in:
parent
2a011acb1b
commit
6a4e353bde
1 changed files with 21 additions and 0 deletions
21
.github/workflows/macos-dSYM.yml
vendored
Normal file
21
.github/workflows/macos-dSYM.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: Upload dSYM Files
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Generate/Download dSYM Files
|
||||
uses: ./release.sh
|
||||
|
||||
- name: Upload dSYMs to Datadog
|
||||
uses: DataDog/upload-dsyms-github-action@v1
|
||||
with:
|
||||
api_key: ${{ secrets.DATADOG_API_KEY }}
|
||||
site: datadoghq.com
|
||||
dsym_paths: |
|
||||
path/to/dsyms/folder
|
||||
path/to/zip/dsyms.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue