compress attachments
This commit is contained in:
parent
84f3574aa1
commit
b65e05e549
@ -17,6 +17,8 @@ steps:
|
||||
- export CARGO_INSTALL_ROOT=$PWD
|
||||
- rustup target add 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:
|
||||
event:
|
||||
- tag
|
||||
@ -28,7 +30,7 @@ steps:
|
||||
base_url:
|
||||
from_secret: gitea_url
|
||||
files:
|
||||
- bin/*
|
||||
- dist/*
|
||||
checksum:
|
||||
- md5
|
||||
- sha512
|
||||
|
Loading…
x
Reference in New Issue
Block a user