From 7eda208b86ed0f6df2787f6149969e62cd697b0e Mon Sep 17 00:00:00 2001 From: Youngho Kim Date: Tue, 18 Jan 2022 19:46:39 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a60c9eae..68ac19e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: run: | echo $RELEASE_VERSION echo ${{ steps.vars.outputs.tag }} - + - name: Configure CMake Static Library # 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 @@ -233,8 +233,8 @@ jobs: env: RELEASE_VERSION: ${{ steps.vars.outputs.tag }} run: | - echo $RELEASE_VERSION - echo ${{ steps.vars.outputs.tag }} + echo "$RELEASE_VERSION" + echo "${{ steps.vars.outputs.tag }}" - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1