Attempt fix

This commit is contained in:
Christian Semmler 2025-08-13 16:21:21 -07:00
parent 34a5319080
commit 7d39430d8d
2 changed files with 1 additions and 6 deletions

View File

@ -131,7 +131,7 @@ jobs:
success=0
max_tries=10
for i in $(seq $max_tries); do
cpack . -E assets && success=1
cpack . && success=1
if test $success = 1; then
break
fi

View File

@ -673,11 +673,6 @@ if(ISLE_BUILD_ASSETS)
add_custom_target(build_assets ALL
DEPENDS ${GENERATED_ASSETS_DIR}/.stamp
)
install(DIRECTORY ${GENERATED_ASSETS_DIR}/
DESTINATION assets
COMPONENT assets
)
endif()
if (ISLE_MINIWIN)