Skip to content

Commit

Permalink
build: correct output directory for uploading MP-212
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed May 15, 2024
1 parent fc9ef01 commit 3da55e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: upload static assets
uses: ./.github/actions/upload-static-assets
with:
source_dir: "ui/dist"
source_dir: "dist"
include: "static/*"
cache_control: "public,max-age=31536000"
- name: docker-push
Expand Down

0 comments on commit 3da55e5

Please sign in to comment.