Skip to content

Commit

Permalink
Merge pull request #8 from thebrowsercompany/seb/symbols_for_dll
Browse files Browse the repository at this point in the history
Upload the DLLs to the symbol server
  • Loading branch information
sebmarchand authored Mar 12, 2024
2 parents 9478484 + b2d2b6f commit 8904162
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,11 @@ jobs:
personalAccessToken: ${{ secrets.SYMBOL_SERVER_PAT }}
symbolsFolder: ${{ github.workspace }}\sentry-native-development\usr\bin
searchPattern: '**/*.pdb'

- name: Upload DLLs to Azure
uses: microsoft/action-publish-symbols@719c40b80e38bca806f3e01e1e3dd3a67554cd68
with:
accountName: thebrowsercompany
personalAccessToken: ${{ secrets.SYMBOL_SERVER_PAT }}
symbolsFolder: ${{ github.workspace }}\sentry-native-development\usr\bin
searchPattern: '**/*.dll'

0 comments on commit 8904162

Please sign in to comment.