File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 $dotnet_runner = Join-Path -Path $dotnet_dir -ChildPath "dotnet";
6363
6464 Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile $dotnet_install_file;
65- & $dotnet_install_file -Architecture "${{ inputs.arch }}" -Version "6.0.427 " -InstallDir $dotnet_dir;
65+ & $dotnet_install_file -Architecture "${{ inputs.arch }}" -Version "6.0.428 " -InstallDir $dotnet_dir;
6666
6767 Add-Content "${{ github.env }}" "DOTNET_RUNNER=${dotnet_runner}";
6868
Original file line number Diff line number Diff line change 7777 $dotnet_runner = Join-Path -Path $dotnet_dir -ChildPath "dotnet";
7878
7979 Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile $dotnet_install_file;
80- & $dotnet_install_file -Architecture "${{ env.ARCH }}" -Version "6.0.427 " -InstallDir $dotnet_dir;
80+ & $dotnet_install_file -Architecture "${{ env.ARCH }}" -Version "6.0.428 " -InstallDir $dotnet_dir;
8181
8282 & $dotnet_runner `
8383 restore LuaInstaller\LuaInstaller.sln;
Original file line number Diff line number Diff line change 7272 $dotnet_runner = Join-Path -Path $dotnet_dir -ChildPath "dotnet";
7373
7474 Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile $dotnet_install_file;
75- & $dotnet_install_file -Architecture "${{ matrix.arch }}" -Version "6.0.427 " -InstallDir $dotnet_dir;
75+ & $dotnet_install_file -Architecture "${{ matrix.arch }}" -Version "6.0.428 " -InstallDir $dotnet_dir;
7676
7777 Add-Content "${{ github.env }}" "DOTNET_RUNNER=${dotnet_runner}";
7878
You can’t perform that action at this time.
0 commit comments