Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia committed Nov 30, 2023
1 parent 7f50358 commit 159c4ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
matrix:
settings:
- host: macos-latest
name: darwin-x64
target: x86_64-apple-darwin
build: |
cd crates/node_binding
Expand All @@ -47,6 +48,7 @@ jobs:
# docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
# build: cd crates/node_binding && set -e && pnpm build && strip *.node
- host: macos-latest
name: darwin-arm64
target: aarch64-apple-darwin
build: |
cd crates/node_binding
Expand Down Expand Up @@ -102,7 +104,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
# name: bindings-${{ matrix.settings.target }}
name: ${{ env.APP_NAME }}.${{ matrix.settings.name }}.node
path: crates/node_binding/${{ env.APP_NAME }}.*.node
if-no-files-found: error
universal-macOS:
Expand Down

0 comments on commit 159c4ed

Please sign in to comment.