update fluffychat yaml
This commit is contained in:
parent
222d16dc47
commit
6a33b5da9a
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ steps:
|
||||||
- tar -a -v --zstd -cf fluffychat-linux-x86.tar.zst -C build/linux/x64/release/bundle/ .
|
- tar -a -v --zstd -cf fluffychat-linux-x86.tar.zst -C build/linux/x64/release/bundle/ .
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/*
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
@ -41,5 +41,5 @@ steps:
|
||||||
- sha256
|
- sha256
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/*
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue