From 6a33b5da9ab80d096d3a04ea03c9adc3b7485082 Mon Sep 17 00:00:00 2001 From: garionion Date: Fri, 8 Oct 2021 22:01:39 +0200 Subject: [PATCH] update fluffychat yaml --- fluffychat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluffychat.yml b/fluffychat.yml index 1d09e78..3e70b9d 100644 --- a/fluffychat.yml +++ b/fluffychat.yml @@ -25,7 +25,7 @@ steps: - tar -a -v --zstd -cf fluffychat-linux-x86.tar.zst -C build/linux/x64/release/bundle/ . when: ref: - - refs/tags/v* + - refs/tags/* - name: release image: plugins/gitea-release @@ -41,5 +41,5 @@ steps: - sha256 when: ref: - - refs/tags/v* + - refs/tags/* ...