Skip to content

Commit 3d344b0

Browse files
committed
debug
1 parent d394fd2 commit 3d344b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.RELEASE_KEY }}
6767
run: >-
68-
gh release create ${{ github.ref_name }} ./dist/*
68+
pwd
69+
gh release create ${{ github.ref_name }}
6970
"release binary and source artifacts"
7071
--generate-notes
7172
--title "Version ${{ github.ref_name }}"

0 commit comments

Comments
 (0)