Try to fix compress step
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
06ea8bea30
commit
e7353bb8df
@ -53,7 +53,7 @@ steps:
|
||||
|
||||
- name: compress binaries for release
|
||||
image: busybox
|
||||
- find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
||||
- ./compress_release.sh
|
||||
|
||||
- name: upload gitea pre-release
|
||||
image: plugins/gitea-release
|
||||
|
3
compress_release.sh
Executable file
3
compress_release.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
|
||||
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
Loading…
Reference in New Issue
Block a user