This commit is contained in:
parent
3c2cae3011
commit
f6a9199f25
@ -47,7 +47,7 @@ steps:
|
||||
image: ubuntu
|
||||
commands:
|
||||
- ./compress_release.sh
|
||||
- find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
||||
- find ./dist -type f -executable -execdir tar -czvf {}.tar.gz {} \;
|
||||
|
||||
- name: upload gitea pre-release
|
||||
image: plugins/gitea-release
|
||||
|
@ -1,3 +1,3 @@
|
||||
#! /bin/bash
|
||||
|
||||
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
||||
find ./dist -type f -executable -execdir tar -czvf {}.tar.gz {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user