diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 69d603942..7fc7eab30 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -110,7 +110,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} id: version run: | - $version = (Get-Item "src\TrackerCouncil.Smz3.UI\bin\Release\net8.0\osx-arm64\publish\TrackerCouncil.Smz3.UI.dll").VersionInfo.ProductVersion + $version = (Get-Item "src\TrackerCouncil.Smz3.UI\bin\Release\net8.0\osx-arm64\publish\SMZ3CasRandomizer.dll").VersionInfo.ProductVersion $version = $version -replace "\+.*", "" $versionShort = $version -replace "\-.*", "" (Get-Content setup/Info.plist).Replace('%FULL_VERSION%', $version).Replace('%SHORT_VERSION%', $versionShort) | Set-Content setup/Info.plist