Skip to content

Commit d7f93d3

Browse files
author
v_guanglwen
committed
feat: 测测测测
1 parent 31cfd08 commit d7f93d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,24 @@ jobs:
88
upload:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
15+
- name: Verify file existence
16+
run: |
17+
echo "当前工作目录:"
18+
pwd
19+
echo "目录内容:"
20+
ls -la
21+
echo "build目录内容:"
22+
ls -la ./build/
23+
1124
- name: Upload MiniProgram
1225
env:
1326
WX_PRIVATE_KEY: ${{ secrets.WX_PRIVATE_KEY }}
1427
run: |
1528
mkdir -p ./build
1629
echo "$WX_PRIVATE_KEY" > ./build/key
30+
chmod +x ./build/ci.js
1731
node ./build/ci.js --skip-key-write

0 commit comments

Comments
 (0)