Fix archive tarball path
This commit is contained in:
parent
ff1b2a09ee
commit
31e02ff73c
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user