Skip to content

Commit

Permalink
correct dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
diivi committed Apr 27, 2023
1 parent 41e7ae3 commit b0487ad
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 @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: build
path: build
path: dist

release:
environment:
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build
path: build
path: dist

- name: "🚀 release"
id: semantic-release
Expand Down

0 comments on commit b0487ad

Please sign in to comment.