Skip to content

Commit 38d9132

Browse files
authored
verify package was produced (DataDog#24007)
1 parent d7093d5 commit 38d9132

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-ddev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@ jobs:
533533
--version ${{ env.VERSION }}
534534
staged
535535
536+
- name: Verify PKG was produced
537+
run: ls staged/*.pkg
538+
536539
macos-packaging:
537540
name: Build macOS installer and sign/notarize artifacts
538541
if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'schedule'

0 commit comments

Comments
 (0)