aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/cmake.yml2
-rw-r--r--include/GpgFrontend.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 42cbd77a..742cd594 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -44,7 +44,7 @@ jobs:
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEXECUTABLE_OUTPUT_PATH=${{env.EXECUTABLE_OUTPUT_PATH}}
- name: Build
# Build your program with the given configuration
diff --git a/include/GpgFrontend.h b/include/GpgFrontend.h
index 22a55826..c85e8f3a 100644
--- a/include/GpgFrontend.h
+++ b/include/GpgFrontend.h
@@ -18,15 +18,15 @@
#define PROJECT_NAME "GpgFrontend"
#define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Release"
-#define GIT_VERSION "feature/ci_a2da66e1f95d06b9c97182f611f0019fae871c02"
+#define GIT_VERSION "main_898aca1f8f5511d15d5df1b923e2764f84f6482c"
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
-#define BUILD_TIMESTAMP "2021-06-20 14:52:25"
+#define BUILD_TIMESTAMP "2021-06-20 15:40:33"
-#define GIT_BRANCH_NAME "feature/ci"
-#define GIT_COMMIT_HASH "a2da66e1f95d06b9c97182f611f0019fae871c02"
+#define GIT_BRANCH_NAME "main"
+#define GIT_COMMIT_HASH "898aca1f8f5511d15d5df1b923e2764f84f6482c"
#endif //GPGFRONTEND_H_IN