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/* ...