Skip to content

Commit 10f888e

Browse files
committed
Try making the workflow work.
1 parent 910af55 commit 10f888e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pkg.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
path: dist
3333
merge-multiple: true
34+
- name: Show what we downloaded
35+
run: ls -R ${{ steps.download.outputs.download-path }}
3436
- name: Create release
3537
env:
3638
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)