Skip to content

Commit

Permalink
don't need to flatten actually
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Sep 18, 2024
1 parent 21f2404 commit 8c24c96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-npm-binary-distributions
path: |
npm-binary-distributions/darwin/*.tgz
npm-binary-distributions/linux-*/*.tgz
npm-binary-distributions/win*/*.tgz
path: npm-binary-distributions/*/*.tgz
if-no-files-found: 'error'

merge:
Expand Down

0 comments on commit 8c24c96

Please sign in to comment.