mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 05:05:03 +02:00
ci: improve release process and test robustness (#173)
- Add `.xz` and `.xz.sha256` files to the release extra files in `.goreleaser.yaml` upload `.xz` and `.xz.sha256` to Gitea release page.  Signed-off-by: Bo-Yi Wu <[email protected]> Co-authored-by: Jason Song <[email protected]> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/173 Reviewed-by: techknowlogick <[email protected]> Reviewed-by: Jason Song <[email protected]> Co-authored-by: Bo-Yi Wu <[email protected]> Co-committed-by: Bo-Yi Wu <[email protected]>
This commit is contained in:
committed by
Jason Song
co-authored by
Jason Song
parent
c40b651873
commit
eef3c32eb2
@@ -106,5 +106,10 @@ gitea_urls:
|
||||
api: https://gitea.com/api/v1
|
||||
download: https://gitea.com
|
||||
|
||||
release:
|
||||
extra_files:
|
||||
- glob: ./**.xz
|
||||
- glob: ./**.xz.sha256
|
||||
|
||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|
||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||
|
||||
Reference in New Issue
Block a user