Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit ee49c25

Browse files
committed
fix directory and branch
1 parent f313d13 commit ee49c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm install
2626
npm run build
2727
mkdir -p deploy/gui
28-
mv gui/dist deploy/gui/
28+
cd .. && mv gui/dist deploy/gui/
2929
3030
3131
- name: Use Golang

0 commit comments

Comments
 (0)