From 7d39430d8d8902671fa376d8534574a2da76adc2 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 13 Aug 2025 16:21:21 -0700 Subject: [PATCH] Attempt fix --- .github/workflows/ci.yml | 2 +- CMakeLists.txt | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19158e2b..c82311c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fef5471..ae345696 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)