Skip to content

Commit

Permalink
fix: include hidden files when uploading dist (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Nov 11, 2024
1 parent dc7bcfc commit cb73701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
name: ngx-meta${{ env.DIST_ARTIFACT_NAME_SUFFIX }}
path: projects/ngx-meta/dist
include-hidden-files: true
retention-days: 5
- name: Instrument for coverage
run: pnpm run instrument-for-coverage
Expand Down

0 comments on commit cb73701

Please sign in to comment.