Skip to content

Commit

Permalink
Merge pull request #223 from s3rj1k/cmake
Browse files Browse the repository at this point in the history
Change version delimiter for CMake.
  • Loading branch information
andywolk authored Feb 19, 2024
2 parents 0fbc0be + 97f09a3 commit 97565e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-deb-packages-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
# eval inside runner
hash=$(echo $GITHUB_SHA | cut -c1-10)
PACKAGE_RELEASE="$GITHUB_RUN_ID.\${hash}" cmake . -DCMAKE_BUILD_TYPE=${{ inputs.CMAKE_BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ inputs.CMAKE_INSTALL_PREFIX }} && make package
PACKAGE_RELEASE="$GITHUB_RUN_ID-\${hash}" cmake . -DCMAKE_BUILD_TYPE=${{ inputs.CMAKE_BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ inputs.CMAKE_INSTALL_PREFIX }} && make package
EOF
Expand Down

0 comments on commit 97565e7

Please sign in to comment.