Skip to content

Commit

Permalink
fix directory and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jun 18, 2023
1 parent f313d13 commit ee49c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npm install
npm run build
mkdir -p deploy/gui
mv gui/dist deploy/gui/
cd .. && mv gui/dist deploy/gui/
- name: Use Golang
Expand Down

0 comments on commit ee49c25

Please sign in to comment.