From ae0280e548765bf16d4ac574f5e8c159af7a327e Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Sun, 16 Jul 2023 13:11:30 +0800 Subject: [PATCH] build: release new version Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .goreleaser.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 9aebb6d..c61349f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -80,3 +80,6 @@ changelog: # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json # vim: set ts=2 sw=2 tw=0 fo=cnqoj + +# Default: './dist' +dist: _output/dist \ No newline at end of file