Skip to content

Commit

Permalink
Update dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncal authored May 16, 2023
1 parent b4d555d commit 4f2361e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ jobs:
- name: Archive artifacts ${{ matrix.os }}-${{ matrix.configuration }}
uses: actions/upload-artifact@v3
with:
name: drop-${{ matrix.os }}-dotnet${{matrix.dotnet-version}}-${{ matrix.configuration }}
name: drop-${{ matrix.os }}-${{ matrix.configuration }}
path: ./out
if: ${{ github.event_name == 'push' }}

0 comments on commit 4f2361e

Please sign in to comment.