Skip to content

Commit

Permalink
restricted upload files
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 15, 2024
1 parent 744551d commit dbc9b4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.reusable.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
with:
name: build output (${{ inputs.os }}, ${{ inputs.node-version }})
path: |
**/dist/**
*/dist/**
packages/*/dist/**
!**/node_modules/**
if-no-files-found: error
include-hidden-files: true
retention-days: 1

0 comments on commit dbc9b4f

Please sign in to comment.