Skip to content

Commit

Permalink
Modfied typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derekShaheen committed Apr 4, 2024
1 parent 4e67bb0 commit 11bb381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: extract_version
shell: pwsh
run: |
$assemblyInfoPath = '${{env.SOLUTION_FILE_PATH}}\YourProjectPath\Properties\AssemblyInfo.cs'
$assemblyInfoPath = '${{env.SOLUTION_FILE_PATH}}\Properties\AssemblyInfo.cs'
$assemblyInfo = Get-Content $assemblyInfoPath
$versionLine = $assemblyInfo | Select-String -Pattern '\[assembly: MelonInfo\(typeof\(.*\), ".*", "(.*)", ".*"\)\]'
$version = $versionLine.Matches.Groups[1].Value
Expand Down

0 comments on commit 11bb381

Please sign in to comment.