Skip to content

Commit

Permalink
Fix get version
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven04 committed Dec 25, 2024
1 parent d42ebca commit 7276570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [ "${{ github.event_name }}" == "release" ]; then
version=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//g')
fi
echo "version=$version" >> $GITHUB_OUTPUT"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Install Visual Studio 2022 Build Tools
run: choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Component.CoreBuildTools --add Microsoft.VisualStudio.Workload.MSBuildTools --add Microsoft.VisualStudio.Component.VC.CoreBuildTools"
Expand Down

0 comments on commit 7276570

Please sign in to comment.