Skip to content

Commit d6cd8be

Browse files
author
pmosk
committed
Fix github actions
1 parent 40609cd commit d6cd8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload artifcats
5050
uses: actions/upload-artifact@v4
5151
with:
52-
name: nuget-optional
52+
name: nuget-failure
5353
path: ~/nuget/*.nupkg
5454
retention-days: 1
5555

@@ -156,7 +156,7 @@ jobs:
156156
- name: Upload artifcats
157157
uses: actions/upload-artifact@v4
158158
with:
159-
name: nuget-optional
159+
name: nuget-result
160160
path: ~/nuget/*.nupkg
161161
retention-days: 1
162162

@@ -205,7 +205,7 @@ jobs:
205205
- name: Upload artifcats
206206
uses: actions/upload-artifact@v4
207207
with:
208-
name: nuget-optional
208+
name: nuget-taggeds
209209
path: ~/nuget/*.nupkg
210210
retention-days: 1
211211

0 commit comments

Comments
 (0)