We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0cb08 commit 2f1d29dCopy full SHA for 2f1d29d
1 file changed
.github/workflows/build.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Build Project
40
run: cmake --build build --config Release
41
42
+ - name: Add version file
43
+ run: echo ${{ env.PROJECT_VERSION }} > build/version
44
+
45
- name: Run Executable Test (Linux)
46
run: |
47
echo "Running executable for 5 seconds..."
0 commit comments