Skip to content

Commit

Permalink
Upload the DLLs to the symbol server
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarchand committed Mar 12, 2024
1 parent 9478484 commit 3a8564e
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 3a8564e

Please sign in to comment.