Skip to content

Commit

Permalink
dev: update glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent 0c4049a commit e37af96
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path:
- packages/typst.node/${{ env.APP_NAME }}.*.node
- packages/typst.node/index-napi.d.ts
- packages/typst.node/index-napi.js
- packages/typst.node/index.d.ts
- packages/typst.node/index.js
path: packages/typst.node/{${{ env.APP_NAME }}.*.node,index-napi.{d.ts,js},index.{d.ts,js}}
if-no-files-found: error
# build-freebsd:
# runs-on: macos-13
Expand Down

0 comments on commit e37af96

Please sign in to comment.