update fluffychat yaml

This commit is contained in:
garionion 2021-10-08 22:01:39 +02:00
parent 222d16dc47
commit 6a33b5da9a
1 changed files with 2 additions and 2 deletions

View File

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