Skip to content

Commit

Permalink
Tweak Package command
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsi committed Dec 9, 2022
1 parent 8e0929f commit db3ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Package
command: "set -x && npm run build && rm -rf ./dist/client-templates && cp -Rf ./client-templates ./dist && rm dist/client-templates/github && npx --yes pkg . --compress Brotli && ls -l binary-releases"
- store_artifacts:
path: binary-releases/snyk-broker-x86
path: binary-releases/snyk-broker-x64
destination: artifact-snyk-broker
release:
<<: *defaults
Expand Down

0 comments on commit db3ca6c

Please sign in to comment.