Skip to content

Commit

Permalink
ci: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Nov 25, 2022
1 parent 08c806b commit 4177bf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
APPCENTER_ACCESS_TOKEN: ${{ secrets.APPCENTER_ACCESS_TOKEN }}
run: |
yarn global add appcenter-cli
$env:Path = "$env:Path;$(yarn global bin)"
Get-ChildItem **/*.appxsym | ForEach-Object {
Write-Output "Uploading $($_.Name)"
appcenter crashes upload-symbols --disable-telemetry --appxsym "$_"
}
- name: Publish to github release
Expand Down

0 comments on commit 4177bf9

Please sign in to comment.