Fix nuget package naming

This commit is contained in:
Matt Nadareski
2024-06-20 12:06:09 -04:00
parent fe4c88d3ad
commit affc175bda
2 changed files with 3 additions and 2 deletions

View File

@@ -27,13 +27,13 @@ jobs:
- name: Upload Execution Contexts package
uses: actions/upload-artifact@v4
with:
name: 'Nuget Package'
name: 'Execution Contexts Package'
path: 'MPF.ExecutionContexts/bin/Release/*.nupkg'
- name: Upload Processors package
uses: actions/upload-artifact@v4
with:
name: 'Nuget Package'
name: 'Processors Package'
path: 'MPF.Processors/bin/Release/*.nupkg'
- name: Upload to rolling