Skip to content

Commit 4fcb3d5

Browse files
committed
update
1 parent 1af8fb9 commit 4fcb3d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/headlamp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
5454
version=$(jq -r .version ${{ matrix.dir }}/package.json)
5555
tag_name="${name}-${version}"
5656
if ! git rev-parse "$tag_name" >/dev/null 2>&1; then
57-
gh release create "$tag_name" "${{ matrix.dir }}/dist/*" --title "Release $tag_name" --notes "Release $tag_name"
57+
ls -l ${{ matrix.dir }}/dist
58+
gh release create "$tag_name" ${{ matrix.dir }}/dist/* --title "Release $tag_name" --notes "Release $tag_name"
5859
fi

0 commit comments

Comments
 (0)