Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai-Intuitive committed Sep 15, 2024
1 parent 4427aaa commit e4289ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: 'Publish Artifacts'
uses: actions/[email protected]
with:
name: 'artifactory'
name: artifactory_${{ matrix.configuration }}
path: ./Analogy.LogViewer.Example/bin/${{ matrix.configuration }}
push-nuget:
name: 'Push NuGet Packages'
Expand All @@ -67,7 +67,7 @@ jobs:
- name: 'Download Artifact'
uses: actions/[email protected]
with:
name: 'artifactory'
name: artifactory_${{ matrix.configuration }}
- name: 'Dotnet NuGet Push'
run: |
Get-ChildItem .\artifactory -Filter *.nupkg |
Expand Down

0 comments on commit e4289ad

Please sign in to comment.