Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdfw2 authored Dec 14, 2024
1 parent 0b0fd20 commit 81320c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build project
run: |
npx wrangler deploy src/worker.js --name bpb-worker-panel --compatibility-flag [nodejs_compat] --compatibility-date 2024-10-26 --dry-run --outdir=dist
cp dist/worker.js dist/original-worker.js
npx javascript-obfuscator dist/worker.js --output dist/_worker.js
cp dist/worker.js original-worker.js
npx javascript-obfuscator dist/worker.js --output _worker.js
- name: Commit and push built worker files
run: |
Expand Down

0 comments on commit 81320c5

Please sign in to comment.