Skip to content

Commit

Permalink
Fix workflow. Move to v1.0.127
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Dec 23, 2021
1 parent 772b9e1 commit 0d4a89e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0d4a89e

Please sign in to comment.