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:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
base_url: https://gitea.zionetrix.net
|
base_url: https://gitea.zionetrix.net
|
||||||
files: dist/* deb_dist/*
|
files:
|
||||||
|
- dist/*
|
||||||
|
- deb_dist/*
|
||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
- sha512
|
- sha512
|
||||||
|
|
Loading…
Reference in a new issue