compress attachments
This commit is contained in:
parent
84f3574aa1
commit
b65e05e549
@ -17,6 +17,8 @@ steps:
|
|||||||
- export CARGO_INSTALL_ROOT=$PWD
|
- export CARGO_INSTALL_ROOT=$PWD
|
||||||
- rustup target add x86_64-unknown-linux-musl
|
- rustup target add x86_64-unknown-linux-musl
|
||||||
- cargo install --jobs 1 --path . --target x86_64-unknown-linux-musl
|
- cargo install --jobs 1 --path . --target x86_64-unknown-linux-musl
|
||||||
|
- mkdir dist
|
||||||
|
- tar cvzf dist/htmlextract.tar.gz bin/*
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
@ -28,7 +30,7 @@ steps:
|
|||||||
base_url:
|
base_url:
|
||||||
from_secret: gitea_url
|
from_secret: gitea_url
|
||||||
files:
|
files:
|
||||||
- bin/*
|
- dist/*
|
||||||
checksum:
|
checksum:
|
||||||
- md5
|
- md5
|
||||||
- sha512
|
- sha512
|
||||||
|
Loading…
x
Reference in New Issue
Block a user