find después, por si se ha borrado
Some checks failed
Create release from tag / create_release (push) Failing after 26s
Some checks failed
Create release from tag / create_release (push) Failing after 26s
This commit is contained in:
parent
4ab2e0269c
commit
9b2c404759
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ build_release_files(){
|
|||
|
||||
make build-container build-builders test build-android-release-container build-linux-release-container build-web-release-container
|
||||
|
||||
echo " ----> Listando archivos en ./build"
|
||||
find build/
|
||||
echo " ----> Listando archivos en pwd"
|
||||
find $(pwd)
|
||||
echo " <----"
|
||||
|
||||
pushd build/web && zip -r ../../webapp.zip * && popd
|
||||
|
|
|
|||
Loading…
Reference in a new issue