Skip to content

Commit 507695e

Browse files
author
v_guanglwen
committed
feat: 修改workflows
1 parent cfcb902 commit 507695e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ jobs:
2323
- name: Run package script
2424
run: npm run init
2525

26-
- name: Debug Print Key
27-
run: |
28-
echo "Key length: ${#WX_PRIVATE_KEY}"
29-
3026
- name: Upload MiniProgram
3127
env:
3228
WX_PRIVATE_KEY: ${{ secrets.WX_PRIVATE_KEY }}
3329
run: |
3430
mkdir -p ./build
3531
echo "$WX_PRIVATE_KEY" > ./build/key
32+
echo "$WX_PRIVATE_KEY" | xxd
3633
chmod +x ./build/ci.js
3734
node ./build/ci.js --skip-key-write

0 commit comments

Comments
 (0)