Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melchi45 authored Jan 18, 2022
1 parent 4f3493f commit 7eda208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7eda208

Please sign in to comment.