From 9da307f5c84f03f563ae16645d6f29cb6b9d00da Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 2 Nov 2022 07:59:43 +0000 Subject: [PATCH] fix Github Release assets spec --- .github/workflows/code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index d6322890..3aa05f1b 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -164,8 +164,8 @@ jobs: with: prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }} files: | - dist/ - lockfiles/ + dist/* + lockfiles/* generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}