From f7c202907cc7a0e9260c26684feebff130fb5b3e Mon Sep 17 00:00:00 2001 From: matte22 Date: Wed, 28 Feb 2024 13:04:24 -0500 Subject: [PATCH] etst --- .github/workflows/build-binary-artifacts.yml | 3 ++- build.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binary-artifacts.yml b/.github/workflows/build-binary-artifacts.yml index 5d3d885..bbf65ba 100644 --- a/.github/workflows/build-binary-artifacts.yml +++ b/.github/workflows/build-binary-artifacts.yml @@ -16,6 +16,7 @@ on: push: branches: - main + - build-workflow-pr paths: - "lib/**" - "index.js" @@ -33,7 +34,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v3 with: - ref: main + ref: build-workflow-pr fetch-depth: 0 - name: Import GPG Key diff --git a/build.sh b/build.sh index efcf3ec..93997cd 100755 --- a/build.sh +++ b/build.sh @@ -37,7 +37,7 @@ npm ci # Bundle printf "[BUILD_TASK] Bundling\n" -npx esbuild index.js --bunle --platform=node --outfile=bundle.js +npx esbuild index.js --bundle --platform=node --outfile=bundle.js check_exit_status "Bundling" 1 # version=$(git describe --tags | sed 's/\(.*\)-.*/\1/')