From 83e023effe84e86b80d9aed1e5432e037eeb0a53 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 9 Nov 2022 12:43:57 +0530 Subject: [PATCH] chore: provide executable name Signed-off-by: Pranav C --- .github/workflows/release-timely-executables.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-timely-executables.yml b/.github/workflows/release-timely-executables.yml index 429756ce21..3cd7874d23 100644 --- a/.github/workflows/release-timely-executables.yml +++ b/.github/workflows/release-timely-executables.yml @@ -108,16 +108,16 @@ jobs: # build executables # npm run build npm i --target_arch=arm64 --target_platform=darwin better-sqlite3 - npx pkg . --out-path dist --compress GZip -t node16-macos-arm64 + npx pkg . --out-path dist --compress GZip -t node16-macos-arm64 -o Noco-macos-arm64 npm i --target_arch=x64 --target_platform=darwin better-sqlite3 - npx pkg . --out-path dist --compress GZip -t node16-macos-x64 + npx pkg . --out-path dist --compress GZip -t node16-macos-x64 -o Noco-macos-x64 npm i --target_arch=x64 --target_platform=linux better-sqlite3 - npx pkg . --out-path dist --compress GZip -t node16-linux-x64 + npx pkg . --out-path dist --compress GZip -t node16-linux-x64 -o Noco-linux-x64 npm i --target_arch=arm64 --target_platform=linux better-sqlite3 - npx pkg . --out-path dist --compress GZip -t node16-linux-arm64 + npx pkg . --out-path dist --compress GZip -t node16-linux-arm64 -o Noco-linux-arm64 mkdir ./mac-dist mv ./dist/Noco-macos-arm64 ./mac-dist/