We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15a126 commit 1a9cdbdCopy full SHA for 1a9cdbd
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/checkout@v4
54
- uses: pnpm/action-setup@v4
55
- uses: actions/download-artifact@v4
56
- - run: ls -al
+ - run: ls -al extension-${{ github.sha }}
57
58
# - run: |
59
# pnpm dlx web-ext sign \
@@ -63,7 +63,7 @@ jobs:
63
64
# - run: | # https://cli.github.com/manual/gh_release_create
65
# gh release create v${{ needs.manifest.outputs.version }} \
66
- # workspace/extension/build/svelte-devtools.zip \
+ # extension-${{ github.sha }}/svelte-devtools.zip \
67
# --title ${{ needs.manifest.outputs.version }} \
68
# --draft --generate-notes --notes '
69
# Built from ${{ github.event.head_commit.id }} at https://github.com/sveltejs/svelte-devtools/actions/runs/${{ github.run_id }}
0 commit comments