Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasksomatotoian authored Jan 2, 2024
1 parent c9818af commit fbb07fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
$assembly = [System.Reflection.Assembly]::LoadFile("${{ github.workspace }}\Snaffler\bin\Release\Snaffler.exe")
$version = $assembly.GetName().Version.ToString() + '-' + '${{ github.run_number }}'
echo "assemblyVersion=$version" >> $GITHUB_OUTPUT
echo "::set-output name=assemblyVersion::$version"
shell: powershell


Expand Down

0 comments on commit fbb07fd

Please sign in to comment.