Skip to content

Commit

Permalink
List PD resources on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Aug 7, 2023
1 parent 378f97e commit d1a9e2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_notarized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ jobs:
./scripts/archive.sh ${{ env.release-type }}
- name: List PD resources
if: failure()
run: |
find release/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/Product\ Review\ Release/IntermediateBuildFilesPath/UninstalledProducts/macosx/PrivacyDashboardResources_PrivacyDashboard-resources.bundle
- name: Set app name and version
id: set-outputs
run: |
Expand Down

0 comments on commit d1a9e2b

Please sign in to comment.