Skip to content

Commit d21da23

Browse files
committed
remove windows from step title
1 parent fb69712 commit d21da23

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
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet test
4545
working-directory: Source/${{ env.SOLUTION_DIR }}
4646

47-
- name: Publish (Windows)
47+
- name: Publish
4848
run: dotnet publish ${{ env.PROJECT }} -c Release -o ${{matrix.OUTPUTDIR}} -p:PublishReadyToRun=true --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:UseAppHost=true -r ${{matrix.RUNTIMEID}}
4949
working-directory: Source/${{ env.SOLUTION_DIR }}
5050

0 commit comments

Comments
 (0)