More debugging
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2021-01-08 17:56:30 -05:00
parent 5bb4da6178
commit f9c082d30f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#! /bin/bash
#! /bin/sh
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;