Skip to content

Commit ee95fc3

Browse files
committed
CI: cosmetic, sync list-sdks step & add name
1 parent e67978b commit ee95fc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ jobs:
132132
container:
133133
image: mcr.microsoft.com/dotnet/sdk:8.0
134134
steps:
135+
- name: List .NET SDKs
136+
run: dotnet --list-sdks
135137
- uses: actions/checkout@v4
136138
- name: Download artifact
137139
uses: actions/download-artifact@v4
@@ -164,7 +166,8 @@ jobs:
164166
needs: packReleaseBinaries
165167
runs-on: ubuntu-latest
166168
steps:
167-
- run: dotnet --list-sdks
169+
- name: List .NET SDKs
170+
run: dotnet --list-sdks
168171
- uses: actions/checkout@v4
169172
- name: Download artifact
170173
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)