[READ-ONLY] Mirror of https://github.com/bombshell-dev/automation. GitHub Actions for the Bombshell organization
ci
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci): make the artifact glob to include single-package layout (#25)

authored by

AmirHossein Sakhravi and committed by
GitHub
(Jun 3, 2026, 12:47 AM +0330) 7840cf3e 3a987b83

+2 -1
+2 -1
.github/workflows/publish.yml
··· 47 47 name: build-output 48 48 path: | 49 49 packages/*/dist 50 - if-no-files-found: ignore 50 + dist 51 + if-no-files-found: error 51 52 retention-days: 1 52 53 53 54 publish: