We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc50621 commit c08fb0aCopy full SHA for c08fb0a
.github/workflows/azure-container-webapp.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Zip artifact for deployment
33
- run: zip release.zip .vitepress/dist -r
+ run: zip release.zip .vitepress/dist/* -r
34
35
- name: Upload artifact for deployment job
36
uses: actions/upload-artifact@v4
0 commit comments