Skip to content

Commit 474612a

Browse files
committed
fix upload path
1 parent bdc8540 commit 474612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/upload-artifact@v3
2525
with:
2626
name: extension-${{ github.sha }}
27-
path: build/svelte-devtools-*.zip
27+
path: build/svelte-devtools.zip
2828

2929
# publish:
3030
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)