ci: improve API usage and test robustness across platforms (#159)
- Add `dir: ./dist/` to `.goreleaser.yaml` builds configuration fix https://gitea.com/gitea/act_runner/issues/158 Signed-off-by: appleboy <appleboy.tw@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/159 Reviewed-by: Jason Song <i@wolfogre.com> Co-authored-by: appleboy <appleboy.tw@gmail.com> Co-committed-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
85626b6bbd
commit
49d2cb0cb5
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ builds:
|
||||||
hooks:
|
hooks:
|
||||||
post:
|
post:
|
||||||
- cmd: tar -cJf {{ .Path }}.xz {{ .Path }}
|
- cmd: tar -cJf {{ .Path }}.xz {{ .Path }}
|
||||||
|
dir: ./dist/
|
||||||
env:
|
env:
|
||||||
- XZ_OPT=-9
|
- XZ_OPT=-9
|
||||||
- cmd: sh .goreleaser.checksum.sh {{ .Path }}
|
- cmd: sh .goreleaser.checksum.sh {{ .Path }}
|
||||||
|
|
Loading…
Reference in a new issue