Skip to content

Commit

Permalink
[jancy] release jancy-1.9.1
Browse files Browse the repository at this point in the history
mostly, to test deploy to github releases
  • Loading branch information
vovkos committed Oct 19, 2021
1 parent e72a927 commit df693ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ jobs:
cd build
cpack -G TXZ
CPACK_PACKAGE_FILE_NAME=$(cmake -P print-package-file-name.cmake)
DEPLOY_FILE=build/%CPACK_PACKAGE_FILE_NAME.tar.xz
CPACK_PACKAGE_FILE_NAME=$(cmake -P print-package-file-name.cmake 2>&1)
DEPLOY_FILE=build/$CPACK_PACKAGE_FILE_NAME.tar.xz
echo ::set-output name=DEPLOY_FILE::$DEPLOY_FILE
Expand Down Expand Up @@ -307,8 +307,8 @@ jobs:
cd build
cpack -G TXZ
CPACK_PACKAGE_FILE_NAME=$(cmake -P print-package-file-name.cmake)
DEPLOY_FILE=build/%CPACK_PACKAGE_FILE_NAME.tar.xz
CPACK_PACKAGE_FILE_NAME=$(cmake -P print-package-file-name.cmake 2>&1)
DEPLOY_FILE=build/$CPACK_PACKAGE_FILE_NAME.tar.xz
echo ::set-output name=DEPLOY_FILE::$DEPLOY_FILE
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

set(JANCY_VERSION_MAJOR 1)
set(JANCY_VERSION_MINOR 9)
set(JANCY_VERSION_REVISION 0)
set(JANCY_VERSION_REVISION 1)
set(JANCY_VERSION_TAG)

set(JANCY_VERSION_FULL "${JANCY_VERSION_MAJOR}.${JANCY_VERSION_MINOR}.${JANCY_VERSION_REVISION}")
Expand Down

0 comments on commit df693ef

Please sign in to comment.