We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a9a49 commit 683ee80Copy full SHA for 683ee80
.github/workflows/tencent.yml
@@ -23,6 +23,14 @@ jobs:
23
- name: Build project
24
run: npm i -g pnpm && pnpm install && pnpm build
25
26
+ - name: Verify build output
27
+ run: |
28
+ echo "Build output contents:"
29
+ ls -la dist/
30
+ echo "Total files: $(find dist -type f | wc -l)"
31
+
32
+ # BUCKET 格式需为 bucketname-appid,如 mysite-1234567890
33
+ # 确保 GitHub Secrets 中 SECRET_ID、SECRET_KEY、BUCKET 已正确配置
34
- name: Upload COS
35
uses: TencentCloud/cos-action@v1
36
with:
0 commit comments