Update Build_mR-NB.yml

override platform depending on build platform
This commit is contained in:
Dimitrij
2025-08-19 22:11:20 +01:00
committed by GitHub
parent 7f79dc6098
commit 0b01d40a85

View File

@@ -33,7 +33,7 @@ jobs:
run: |
dotnet tool install --global dotnet-t4
$ttFile = "$env:GITHUB_WORKSPACE\mRemoteNG\Properties\AssemblyInfo.tt"
t4 $ttFile
t4 $ttFile -p:PlatformParam="${{ matrix.platform }}"
- name: (04) Cache NuGet Packages
uses: actions/cache@v3