Skip to content

Commit

Permalink
Use glob
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarchand committed Mar 12, 2024
1 parent 3a8564e commit 6bc8bc8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/bcny-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,4 @@ jobs:
accountName: thebrowsercompany
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'
searchPattern: '**/*.@(dll|exe|pdb)'

0 comments on commit 6bc8bc8

Please sign in to comment.