Skip to content

Commit

Permalink
ci: Fix publishing of cli-macos-x64 (#9584)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Apr 29, 2024
1 parent eff778b commit 5a213a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-cli-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
target: x86_64-apple-darwin
architecture: x64
build: |
yarn build:release
yarn build:release --target=x86_64-apple-darwin
strip -x *.node
- host: windows-latest
build: yarn build:release
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
matrix:
settings:
- host: macos-latest
target: 'x86_64-apple-darwin'
target: aarch64-apple-darwin
- host: windows-latest
target: x86_64-pc-windows-msvc
node:
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: yarn
cache-dependency-path: 'tooling/cli/node/yarn.lock'
Expand Down

0 comments on commit 5a213a4

Please sign in to comment.