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