Skip to content

Commit 7c4aa0e

Browse files
committed
build: Remove redundant build path
1 parent 21902e5 commit 7c4aa0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: npm run build
2323
- run: cp web.config ./build
2424
- name: Package Zip
25-
run: zip -qq -r ../website.zip ./build
25+
run: zip -qq -r ../website.zip .
2626
working-directory: ./build
2727
- name: Push Zip To Server
2828
run: |

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run build
2424
- run: cp web.config ./build
2525
- name: Package Zip
26-
run: zip -qq -r ../website.zip ./build
26+
run: zip -qq -r ../website.zip .
2727
working-directory: ./build
2828
- name: Push Zip To Server
2929
run: |

0 commit comments

Comments
 (0)