Skip to content

Commit 3e4e35a

Browse files
committed
name
1 parent 208dbe4 commit 3e4e35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# TODO: Why does codecov report 3.83% decreased coverage?
118118
if: matrix.os == 'ubuntu-latest'
119119
uses: codecov/codecov-action@v3
120-
- name: Create packages
120+
- name: Generate packages
121121
shell: pwsh
122122
run: |
123123
dotnet pack --no-build --configuration Release --output $env:GITHUB_WORKSPACE/artifacts/packages --version-suffix=$env:PACKAGE_VERSION_SUFFIX

0 commit comments

Comments
 (0)