Skip to content

Commit 1a9cdbd

Browse files
committed
ls inside
1 parent a15a126 commit 1a9cdbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- uses: pnpm/action-setup@v4
5555
- uses: actions/download-artifact@v4
56-
- run: ls -al
56+
- run: ls -al extension-${{ github.sha }}
5757

5858
# - run: |
5959
# pnpm dlx web-ext sign \
@@ -63,7 +63,7 @@ jobs:
6363

6464
# - run: | # https://cli.github.com/manual/gh_release_create
6565
# gh release create v${{ needs.manifest.outputs.version }} \
66-
# workspace/extension/build/svelte-devtools.zip \
66+
# extension-${{ github.sha }}/svelte-devtools.zip \
6767
# --title ${{ needs.manifest.outputs.version }} \
6868
# --draft --generate-notes --notes '
6969
# Built from ${{ github.event.head_commit.id }} at https://github.com/sveltejs/svelte-devtools/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)