Skip to content

Commit de4fd1d

Browse files
committed
npm_config_arch must be lowercase
1 parent 2ecddd0 commit de4fd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
CC: ${{ format('{0}-gcc', matrix.prefix) }}
120120
CXX: ${{ format('{0}-g++', matrix.prefix) }}
121121
LINK: ${{ format('{0}-g++', matrix.prefix) }}
122-
NPM_CONFIG_ARCH: ${{ matrix.arch }}
122+
npm_config_arch: ${{ matrix.arch }}
123123
NODE_VERSION: v18.15.0
124124

125125
steps:

0 commit comments

Comments
 (0)