Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit 37df0d8

Browse files
committed
dev
1 parent 733aa6b commit 37df0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
shell: bash
9595
run: |
9696
VERSION_NUMBER=$(echo $GITHUB_REF_NAME | sed 's/v//')
97-
sed -i "s/0.0.0/${VERSION_NUMBER}/" CMakeLists.txt
97+
sed -i.bak "s/0.0.0/${VERSION_NUMBER}/" CMakeLists.txt
9898
echo $VERSION_NUMBER
9999
100100
- name: Configure CMake

0 commit comments

Comments
 (0)