Skip to content

Commit

Permalink
fix: fixed release workflow (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
subomi authored Jan 31, 2024
1 parent d374154 commit 30267e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist-without-markdown
path: api/dashboard/ui/build
path: api/ui/build
fetch-depth: 0

- uses: docker/login-action@v1
Expand All @@ -52,8 +52,8 @@ jobs:
with:
go-version: 1.18

- uses: docker/setup-qemu-action@v3
name: Set up QEMU
- uses: docker/setup-qemu-action@v3
name: Set up QEMU

- uses: actions/setup-python@v3
name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist-without-markdown
path: api/dashboard/ui/build
path: api/ui/build
fetch-depth: 0

- uses: docker/login-action@v1
Expand Down

0 comments on commit 30267e9

Please sign in to comment.