Skip to content

Commit

Permalink
fix: new build location for upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Jun 12, 2024
1 parent 99a1e91 commit b6a7656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build
path: ./build
path: ./miw/build
if-no-files-found: error
retention-days: 1

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build
path: ./build
path: ./miw/build

- name: Download Helm chart artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b6a7656

Please sign in to comment.