Try to fix dists files publishing
This commit is contained in:
parent
6267e0baf8
commit
af616a3e2b
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ pipeline:
|
|||
api_key:
|
||||
from_secret: gitea_token
|
||||
base_url: https://gitea.zionetrix.net
|
||||
files: dist/* deb_dist/*
|
||||
files:
|
||||
- dist/*
|
||||
- deb_dist/*
|
||||
checksum:
|
||||
- md5
|
||||
- sha512
|
||||
|
|
Loading…
Reference in a new issue