diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 3c413ea..a3b34a1 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -203,7 +203,7 @@ jobs: cd build; mkdir -p diagon-Web; cp diagon.js diagon-Web; - cp diagon.wasm diagon-Web; + cp diagon*wasm diagon-Web; cp index.html diagon-Web; cp style.css diagon-Web; cp run_diagon.sh diagon-Web; diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b75287..62bdffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,10 +10,11 @@ if (Git_FOUND) OUTPUT_STRIP_TRAILING_WHITESPACE ) endif() +message(STATUS "diagon git_version: ${git_version}") project(Diagon LANGUAGES C CXX - VERSION 1.0.124 + VERSION 1.0.127 ) include(FetchContent)