Skip to content

Commit 279da23

Browse files
committed
Second try
1 parent ce7af4e commit 279da23

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
uses: actions/upload-artifact@v2
3232
with:
3333
name: cloudspout-button-panel.zip
34-
path: dist/cloudspout-button-panel.zip
34+
path: cloudspout-button-panel.zip

dist/MANIFEST.txt

Whitespace-only changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"github": {
4343
"release": true,
4444
"assets": [
45-
"cloudspout-button-panel.zipp"
45+
"cloudspout-button-panel.zip"
4646
]
4747
},
4848
"npm": {

0 commit comments

Comments
 (0)