Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jan 24, 2025
1 parent 054c034 commit 337fd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup environment variables
run: |
$cmdOutput = Split-Path -Path $pwd -Leaf
$branch = ${{ github.ref_name }}
$branch = "${{ github.ref_name }}"
$branch = $branch.replace('/','|')
$_ver = "1.0.$(git rev-list HEAD --count)-$(git rev-parse --short=8 HEAD)+${{ github.run_number }}-branch-$branch"
echo "commit_ver=$_ver" >> "$Env:GITHUB_ENV"
Expand Down

0 comments on commit 337fd44

Please sign in to comment.