Skip to content

Commit 0154d0e

Browse files
committed
test
1 parent 343a7ba commit 0154d0e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy-playground-to-cdn.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ jobs:
133133
with:
134134
name: playground-dist
135135
path: ./packages/playground/dist/
136+
137+
# test, to delete later
138+
- name: Verify build output
139+
run: |
140+
ls -la ./
141+
ls -la ./packages/playground/dist/
136142
137143
- name: Install obsutil
138144
run: |
@@ -147,7 +153,7 @@ jobs:
147153
-k=${{ env.HUAWEI_CLOUD_SK }} \
148154
-e=${{ env.HUAWEI_CLOUD_ENDPOINT }}
149155
# Upload to versioned path
150-
obsutil cp ./packages/playground/dist/ \
156+
obsutil cp ./packages/playground/dist/* \
151157
obs://${{ env.HUAWEI_CLOUD_BUCKET }}/${{ needs.build.outputs.obs-path }} \
152158
-r -f
153159

0 commit comments

Comments
 (0)