Skip to content

Commit f856f0f

Browse files
committed
fix package upload
1 parent 972a083 commit f856f0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-openssl-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
- name: Push OpenSSL package to S3
4343
env:
44+
npm_config_arch: ${{ matrix.arch }}
4445
node_pre_gyp_bucket: ${{ secrets.node_pre_gyp_bucket }}
4546
AWS_ACCESS_KEY_ID: ${{ secrets.node_pre_gyp_accessKeyId }}
4647
AWS_SECRET_ACCESS_KEY: ${{ secrets.node_pre_gyp_secretAccessKey }}

utils/acquireOpenSSL.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ const downloadOpenSSLIfNecessary = async ({
430430
console.log("Download finished.");
431431
}
432432

433-
const getOpenSSLPackageName = () => {
433+
export const getOpenSSLPackageName = () => {
434434
return `openssl-${OPENSSL_VERSION}-${process.platform}-${targetArch}.tar.gz`;
435435
}
436436

0 commit comments

Comments
 (0)