Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Oct 18, 2023
1 parent f28a634 commit 7833b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: v3ui

- run: rm -rf ./governance/*
- run: cp -r ./v3ui/governance/ui/dist ./governance/
- run: cp -r ./v3ui/governance/ui/dist/* ./governance/

- run: git add .
working-directory: governance
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-oracle-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: v3ui

- run: rm -rf ./oracle-manager/*
- run: cp -r ./v3ui/oracle-manager/ui/dist ./oracle-manager/
- run: cp -r ./v3ui/oracle-manager/ui/dist/* ./oracle-manager/

- run: git add .
working-directory: oracle-manager
Expand Down

0 comments on commit 7833b3d

Please sign in to comment.