Skip to content

Commit

Permalink
build(angular): update path for deployment of UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Dec 17, 2024
1 parent 983e14e commit 3925c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
working-directory: ./temp

- name: move files
run: mv ./temp/ui/* ./internal/controller/http/ui
run: mv ./temp/ui/browser/* ./internal/controller/http/ui

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
Expand Down

0 comments on commit 3925c56

Please sign in to comment.