Skip to content

Commit 4725b7a

Browse files
committed
ci: fix directory typo and remove darwin-x64 build taget in release matrix
1 parent cd54470 commit 4725b7a

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- target: darwin-arm64
2626
runner: macos-latest
2727

28-
- target: darwin-x64
29-
runner: macos-latest
30-
3128
- target: linux-x64
3229
runner: ubuntu-latest
3330

@@ -152,7 +149,7 @@ jobs:
152149
fi
153150
154151
- name: Build package tarball
155-
wogsrking-directory: node_version
152+
working-directory: node_version
156153
run: npm pack
157154

158155
- name: Verify package contains native binaries

explain_this_repo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.26.1"
1+
VERSION = "0.26.3"

0 commit comments

Comments
 (0)