File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ jobs:
361
361
uses : actions/upload-artifact@v4
362
362
if : ${{ env.IS_RELEASE == 'true' }}
363
363
with :
364
- name : signed-nuget-packages-${{ matrix.platform }}
364
+ name : signed-nuget-packages-${{ matrix.winui }}
365
365
if-no-files-found : error
366
366
path : |
367
367
${{ github.workspace }}/packages/**/*.nupkg
@@ -375,18 +375,18 @@ jobs:
375
375
strategy :
376
376
fail-fast : false # prevent one matrix pipeline from being cancelled if one fails, we want them both to run to completion.
377
377
matrix :
378
- platform : [WinUI2, WinUI3 ]
378
+ winui : [2, 3 ]
379
379
380
380
steps :
381
381
- name : Install .NET SDK v${{ env.DOTNET_VERSION }}
382
382
uses : actions/setup-dotnet@v4
383
383
with :
384
384
dotnet-version : ${{ env.DOTNET_VERSION }}
385
385
386
- - name : Download signed packages for ${{ matrix.platform }}
386
+ - name : Download signed packages for WinUI ${{ matrix.winui }}
387
387
uses : actions/download-artifact@v4
388
388
with :
389
- name : signed-nuget-packages-${{ matrix.platform }}
389
+ name : signed-nuget-packages-${{ matrix.winui }}
390
390
path : ./packages
391
391
392
392
- name : Push to NuGet.org
You can’t perform that action at this time.
0 commit comments