Skip to content

Commit

Permalink
etst
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Feb 28, 2024
1 parent 91638df commit f7c2029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
push:
branches:
- main
- build-workflow-pr
paths:
- "lib/**"
- "index.js"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit f7c2029

Please sign in to comment.