Skip to content

Commit

Permalink
fix: attach dist folder to release assets (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
diivi committed Apr 27, 2023
1 parent a5f03c3 commit 4f50e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build
path: build
path: dist

- name: "🚀 release"
id: semantic-release
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "opensauced-browser-extension",
"private": true,
"version": "1.0.0-beta.1",
"files": [
"dist/**/*"
"files":[
"dist"
],
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 4f50e72

Please sign in to comment.