From 23c054661c9d836e01e7c0ed5acb88870a1c388a Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 26 Dec 2024 12:55:20 -0500 Subject: [PATCH] Release v.18.0, with proper win package --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 620271524..2ac474916 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -209,7 +209,7 @@ jobs: uses: ./.github/actions/get-version - name: Configure - run: ${{env.CMAKE_CONFIGURE}} ${{ matrix.target.config-args }} ${{ steps.get-deps.outputs.vcpkg-cmake-config }} -DPACKAGE_VERSION_LABEL=${{env.DESKFLOW_PACKAGE_VERSION}} + run: ${{env.CMAKE_CONFIGURE}} ${{ matrix.target.config-args }} ${{ steps.get-deps.outputs.vcpkg-cmake-config }} -DPACKAGE_VERSION_LABEL="${{env.DESKFLOW_PACKAGE_VERSION}}" - name: Build shell: bash