mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Add endgroup on error
This commit is contained in:
parent
07d96fdd4b
commit
eed8bb6cc5
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ def apply_patches():
|
||||||
"::error::Cannot apply patches to buildozer (ImportError). "
|
"::error::Cannot apply patches to buildozer (ImportError). "
|
||||||
"Update buildozer-action to new version or create a Bug Request"
|
"Update buildozer-action to new version or create a Bug Request"
|
||||||
)
|
)
|
||||||
|
print("::endgroup::")
|
||||||
return
|
return
|
||||||
|
|
||||||
print("Changing global_buildozer_dir")
|
print("Changing global_buildozer_dir")
|
||||||
|
|
Loading…
Reference in a new issue