Skip to content

Commit

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

0 comments on commit d691337

Please sign in to comment.