From 31e02ff73cd185c19bd4fb7ddb12c099451af050 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Tue, 16 Jan 2024 20:49:33 +0800 Subject: [PATCH] Fix archive tarball path --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4765982..0c690f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ on: required: true dry-run: description: 'Only create a tarball, do not publish to npm or create a release on GitHub.' + default: true type: boolean required: true @@ -39,4 +40,4 @@ jobs: with: name: npm path: | - packages/quill/dist/*.tgz + *.tgz