Skip to content

Commit 2f1d29d

Browse files
committed
Make workflow add version file
1 parent 2b0cb08 commit 2f1d29d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Build Project
4040
run: cmake --build build --config Release
4141

42+
- name: Add version file
43+
run: echo ${{ env.PROJECT_VERSION }} > build/version
44+
4245
- name: Run Executable Test (Linux)
4346
run: |
4447
echo "Running executable for 5 seconds..."

0 commit comments

Comments
 (0)