Skip to content

Commit 0551a89

Browse files
committed
[Build] Update Compile workflow steps and naming
1 parent 8ec6152 commit 0551a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile
1+
name: Compile solution
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }}
2323
restore-keys: ${{ runner.os }}-nuget-
2424

25-
- name: Publish packages
25+
- name: Compile solution
2626
run: dotnet run -c Release
2727
working-directory: "build"
2828
env:

0 commit comments

Comments
 (0)