Skip to content

Commit 4f2361e

Browse files
authored
Update dotnet-ci.yml
1 parent b4d555d commit 4f2361e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/dotnet-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ jobs:
102102
- name: Archive artifacts ${{ matrix.os }}-${{ matrix.configuration }}
103103
uses: actions/upload-artifact@v3
104104
with:
105-
name: drop-${{ matrix.os }}-dotnet${{matrix.dotnet-version}}-${{ matrix.configuration }}
105+
name: drop-${{ matrix.os }}-${{ matrix.configuration }}
106106
path: ./out
107107
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)