There was an error while loading. Please reload this page.
1 parent a5f03c3 commit 4f50e72Copy full SHA for 4f50e72
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: actions/download-artifact@v2
69
with:
70
name: build
71
- path: build
+ path: dist
72
73
- name: "🚀 release"
74
id: semantic-release
package.json
@@ -2,8 +2,8 @@
2
"name": "opensauced-browser-extension",
3
"private": true,
4
"version": "1.0.0-beta.1",
5
- "files": [
6
- "dist/**/*"
+ "files":[
+ "dist"
7
],
8
"scripts": {
9
"dev": "vite",
0 commit comments