Skip to content

Commit

Permalink
fixing styling issues RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanchann committed Aug 29, 2024
1 parent 58860d3 commit 8397440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: get_version
shell: bash
run: |
VERSION=$(echo $GITHUB_REF_NAME | cut -d / -f 2)
VERSION=$(echo $GITHUB_REF_NAME | cut -d - -f 2)
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
- name: Checking out sources
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ install(TARGETS ${PROJECT_NAME}
# CPack setup
SET(CPACK_GENERATOR "DEB")
SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Rozukke")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "rozukke")
INCLUDE(CPack)

0 comments on commit 8397440

Please sign in to comment.