Skip to content

Commit c08fb0a

Browse files
committed
F
1 parent cc50621 commit c08fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-container-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
3232
- name: Zip artifact for deployment
33-
run: zip release.zip .vitepress/dist -r
33+
run: zip release.zip .vitepress/dist/* -r
3434

3535
- name: Upload artifact for deployment job
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)