mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-30 15:20:39 +00:00
try using regex for artifact selection
This commit is contained in:
parent
d90587a8fc
commit
4ff1b2839f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ deploy:
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: 28gMVxQkXr2iXP4F+5kVwefUtKCfS1ePZ97PVfaSR8UDupjAvKhSJx862TnEjukb
|
secure: 28gMVxQkXr2iXP4F+5kVwefUtKCfS1ePZ97PVfaSR8UDupjAvKhSJx862TnEjukb
|
||||||
artifact: dist/*.msi
|
artifact: /.*\.nupkg/
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue