We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21902e5 commit 7c4aa0eCopy full SHA for 7c4aa0e
.github/workflows/deploy-develop.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: npm run build
23
- run: cp web.config ./build
24
- name: Package Zip
25
- run: zip -qq -r ../website.zip ./build
+ run: zip -qq -r ../website.zip .
26
working-directory: ./build
27
- name: Push Zip To Server
28
run: |
.github/workflows/deploy-main.yml
@@ -23,7 +23,7 @@ jobs:
29
0 commit comments