We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc8540 commit 474612aCopy full SHA for 474612a
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/upload-artifact@v3
25
with:
26
name: extension-${{ github.sha }}
27
- path: build/svelte-devtools-*.zip
+ path: build/svelte-devtools.zip
28
29
# publish:
30
# runs-on: ubuntu-latest
0 commit comments