We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d555d commit 4f2361eCopy full SHA for 4f2361e
.github/workflows/dotnet-ci.yml
@@ -102,6 +102,6 @@ jobs:
102
- name: Archive artifacts ${{ matrix.os }}-${{ matrix.configuration }}
103
uses: actions/upload-artifact@v3
104
with:
105
- name: drop-${{ matrix.os }}-dotnet${{matrix.dotnet-version}}-${{ matrix.configuration }}
+ name: drop-${{ matrix.os }}-${{ matrix.configuration }}
106
path: ./out
107
if: ${{ github.event_name == 'push' }}
0 commit comments