mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-06 18:57:22 +01:00
b498341857
- Add `dist` to .gitignore for gorelease binary folder - Replace tar command with xz command in .goreleaser.yaml for better compression ref: https://gitea.com/gitea/homebrew-gitea/pulls/164 Signed-off-by: appleboy <appleboy.tw@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/168 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io> Co-authored-by: appleboy <appleboy.tw@gmail.com> Co-committed-by: appleboy <appleboy.tw@gmail.com>
13 lines
125 B
Plaintext
13 lines
125 B
Plaintext
act_runner
|
|
.env
|
|
.runner
|
|
coverage.txt
|
|
/gitea-vet
|
|
/config.yaml
|
|
|
|
# MS VSCode
|
|
.vscode
|
|
__debug_bin
|
|
# gorelease binary folder
|
|
dist
|